Searched refs:HCI_CONNECTABLE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/net/bluetooth/ |
| D | mgmt.c | 828 if (hci_dev_test_flag(hdev, HCI_CONNECTABLE)) in get_current_settings() 942 return hci_dev_test_flag(hdev, HCI_CONNECTABLE); in mgmt_get_connectable() 1419 if (!hci_dev_test_flag(hdev, HCI_CONNECTABLE)) { in set_discoverable() 1539 if (!!val != hci_dev_test_flag(hdev, HCI_CONNECTABLE)) in set_connectable_update_settings() 1543 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1545 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1601 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable() 1608 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable()
|
| D | hci_core.c | 1957 HCI_CONNECTABLE); in hci_update_scan_state() 1960 HCI_CONNECTABLE); in hci_update_scan_state()
|
| D | hci_request.c | 2472 if (hci_dev_test_flag(hdev, HCI_CONNECTABLE) || in __hci_req_update_scan()
|
| D | hci_event.c | 2723 !hci_dev_test_flag(hdev, HCI_CONNECTABLE) && in hci_conn_request_evt()
|
| /Linux-v5.10/include/net/bluetooth/ |
| D | hci.h | 306 HCI_CONNECTABLE, enumerator
|