Searched refs:HCI_DISCOVERABLE (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_request.c | 466 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in __hci_update_page_scan()
|
D | mgmt.c | 666 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings() 951 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_adv_discov_flags() 1833 changed = !hci_dev_test_and_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable_complete() 1841 changed = hci_dev_test_and_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable_complete() 1925 if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) { in set_discoverable() 1926 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1944 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable() 2096 HCI_DISCOVERABLE); in set_connectable_complete() 2129 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 2194 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable() [all …]
|
D | hci_core.c | 1670 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close() 1893 HCI_DISCOVERABLE); in hci_update_scan_state() 1897 HCI_DISCOVERABLE); in hci_update_scan_state()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 244 HCI_DISCOVERABLE, enumerator
|