Searched refs:HCI_DISCOVERABLE (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| A D | hci_request.c | 1407 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) || in __hci_req_enable_advertising() 2279 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in __hci_req_update_scan() 2390 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in write_iac() 3045 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
|
| A D | mgmt.c | 843 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings() 930 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1368 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in mgmt_set_discoverable_complete() 1448 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1466 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable() 1496 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1498 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1555 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 1616 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable() 1658 hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_bondable() [all …]
|
| A D | hci_core.c | 1638 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close() 1868 HCI_DISCOVERABLE); in hci_update_scan_state() 1872 HCI_DISCOVERABLE); in hci_update_scan_state() 2983 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_adv_instance_flags()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 315 HCI_DISCOVERABLE, enumerator
|
Completed in 43 milliseconds