Searched refs:HCI_DISCOVERABLE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 1424 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_adv_instance_flags() 1551 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) || in __hci_req_enable_advertising() 2609 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in __hci_req_update_scan() 2720 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in write_iac() 3303 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
|
H A D | mgmt.c | 837 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings() 924 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1362 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in mgmt_set_discoverable_complete() 1441 if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) { in set_discoverable() 1442 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1460 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable() 1490 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1492 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1549 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 1610 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable() [all...] |
H A D | hci_core.c | 1750 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close() 1978 HCI_DISCOVERABLE); in hci_update_scan_state() 1982 HCI_DISCOVERABLE); in hci_update_scan_state()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 1586 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) || in hci_enable_advertising_sync() 2360 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync() 3176 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_update_scan_sync() 5003 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync() 5532 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_write_iac_sync() 5609 hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in hci_update_discoverable()
|
H A D | mgmt.c | 884 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings() 973 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1060 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off() 1525 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in mgmt_set_discoverable_complete() 1609 if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) { in set_discoverable() 1610 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1628 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable() 1658 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1660 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1721 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() [all...] |
H A D | hci_core.c | 711 HCI_DISCOVERABLE); in hci_update_passive_scan_state() 715 HCI_DISCOVERABLE); in hci_update_passive_scan_state() 1850 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_adv_instance_flags()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 315 HCI_DISCOVERABLE, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 400 HCI_DISCOVERABLE, enumerator
|
Completed in 48 milliseconds