Home
last modified time | relevance | path

Searched refs:HCI_DISCOVERABLE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/bluetooth/
Dhci_request.c458 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in __hci_update_page_scan()
Dmgmt.c658 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings()
937 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_adv_discov_flags()
1727 changed = !hci_dev_test_and_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable_complete()
1735 changed = hci_dev_test_and_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable_complete()
1819 if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) { in set_discoverable()
1820 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1838 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable()
1990 HCI_DISCOVERABLE); in set_connectable_complete()
2023 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
2088 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable()
[all …]
Dhci_core.c1585 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close()
1801 HCI_DISCOVERABLE); in hci_update_scan_state()
1805 HCI_DISCOVERABLE); in hci_update_scan_state()
/linux-4.1.27/include/net/bluetooth/
Dhci.h232 HCI_DISCOVERABLE, enumerator