Searched refs:HCI_LIMITED_DISCOVERABLE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 1422 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in get_adv_instance_flags() 1552 hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) { in __hci_req_enable_advertising() 2706 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in __hci_req_update_class() 2723 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) { in write_iac() 3302 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off()
|
H A D | mgmt.c | 922 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1358 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete() 1439 * and so no need to check HCI_LIMITED_DISCOVERABLE. in set_discoverable() 1462 HCI_LIMITED_DISCOVERABLE)) { in set_discoverable() 1496 hci_dev_set_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1498 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1609 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
|
H A D | hci_core.c | 1751 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_do_close() 1980 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_scan_state()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 805 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in hci_update_class_sync() 1587 hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) { in hci_enable_advertising_sync() 2359 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync() 5004 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync() 5537 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) { in hci_write_iac_sync()
|
H A D | mgmt.c | 971 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1059 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off() 1521 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete() 1607 * and so no need to check HCI_LIMITED_DISCOVERABLE. in set_discoverable() 1630 HCI_LIMITED_DISCOVERABLE)) { in set_discoverable() 1664 hci_dev_set_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1666 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1788 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
|
H A D | hci_core.c | 713 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_passive_scan_state() 1848 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in hci_adv_instance_flags()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 316 HCI_LIMITED_DISCOVERABLE, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 401 HCI_LIMITED_DISCOVERABLE, enumerator
|
Completed in 54 milliseconds