Searched refs:HCI_CONNECTABLE (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | mgmt.c | 880 if (hci_dev_test_flag(hdev, HCI_CONNECTABLE)) in get_current_settings() 999 return hci_dev_test_flag(hdev, HCI_CONNECTABLE); in mgmt_get_connectable() 1593 if (!hci_dev_test_flag(hdev, HCI_CONNECTABLE)) { in set_discoverable() 1717 if (!!val != hci_dev_test_flag(hdev, HCI_CONNECTABLE)) in set_connectable_update_settings() 1721 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1723 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1786 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable() 1793 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable()
|
D | hci_core.c | 704 HCI_CONNECTABLE); in hci_update_passive_scan_state() 707 HCI_CONNECTABLE); in hci_update_passive_scan_state()
|
D | hci_sync.c | 3164 if (hci_dev_test_flag(hdev, HCI_CONNECTABLE) || in hci_update_scan_sync()
|
D | hci_event.c | 3320 !hci_dev_test_flag(hdev, HCI_CONNECTABLE) && in hci_conn_request_evt()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 400 HCI_CONNECTABLE, enumerator
|