Home
last modified time | relevance | path

Searched refs:HCI_ADVERTISING (Results 1 – 6 of 6) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c426 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in reenable_adv_sync()
528 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_clear_adv_instance_sync()
2018 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_enable_advertising()
2064 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev)) in hci_schedule_adv_instance_sync()
2230 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_remove_advertising_sync()
2647 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_pause_advertising_sync()
2691 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync()
3494 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_powered_update_adv_sync()
3506 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_powered_update_adv_sync()
6130 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in hci_update_discoverable_sync()
[all...]
H A Dmgmt.c903 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings()
1050 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired()
2600 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le()
2601 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le()
4080 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync()
6530 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete()
6532 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete()
6545 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete()
6593 * HCI_ADVERTISING flag is not yet set. in set_adv_sync()
6644 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) in set_advertising()
[all...]
H A Dhci_conn.c2453 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
H A Dl2cap_core.c7343 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
H A Dhci_event.c2168 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
/linux/include/net/bluetooth/
H A Dhci.h445 HCI_ADVERTISING, enumerator