Searched refs:HCI_ADVERTISING (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | hci_request.c | 1390 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_req_reenable_advertising() 1689 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in __hci_req_schedule_adv_instance() 1812 hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_req_clear_adv_instance() 2011 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in connectable_update() 2120 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in discoverable_update() 2722 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in powered_update_hci() 2738 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in powered_update_hci()
|
D | mgmt.c | 817 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 935 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 1601 hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_bondable() 1921 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 1922 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 3274 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_local_name() 4262 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 4264 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 4277 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete() 4335 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_advertising() [all …]
|
D | hci_event.c | 1546 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
D | l2cap_core.c | 7155 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 257 HCI_ADVERTISING, enumerator
|