Searched refs:HCI_DISCOVERABLE (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | hci_request.c | 976 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_adv_instance_flags() 1103 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) || in __hci_req_enable_advertising() 2015 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in __hci_req_update_scan() 2126 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in write_iac() 2716 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
|
| D | mgmt.c | 796 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings() 880 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1318 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in mgmt_set_discoverable_complete() 1391 if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) { in set_discoverable() 1392 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1410 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable() 1440 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1442 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1499 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 1560 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable() [all …]
|
| D | hci_core.c | 1673 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close() 1896 HCI_DISCOVERABLE); in hci_update_scan_state() 1900 HCI_DISCOVERABLE); in hci_update_scan_state()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 272 HCI_DISCOVERABLE, enumerator
|