Searched refs:HCI_LIMITED_DISCOVERABLE (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | hci_request.c | 969 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in get_adv_instance_flags() 2067 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in __hci_req_update_class() 2084 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) { in write_iac() 2670 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off()
|
D | mgmt.c | 878 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1314 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete() 1412 HCI_LIMITED_DISCOVERABLE)) { in set_discoverable() 1446 hci_dev_set_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1448 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1559 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
|
D | hci_core.c | 1633 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_do_close() 1857 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_scan_state()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 261 HCI_LIMITED_DISCOVERABLE, enumerator
|