Searched refs:HCI_CONNECTABLE (Results 1 – 4 of 4) sorted by relevance
/linux/net/bluetooth/ |
H A D | mgmt.c | 866 if (hci_dev_test_flag(hdev, HCI_CONNECTABLE)) in get_current_settings() 982 return hci_dev_test_flag(hdev, HCI_CONNECTABLE); in mgmt_get_connectable() 1599 if (!hci_dev_test_flag(hdev, HCI_CONNECTABLE)) { in set_discoverable() 1723 if (!!val != hci_dev_test_flag(hdev, HCI_CONNECTABLE)) in set_connectable_update_settings() 1727 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1729 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1792 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable() 1799 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable()
|
H A D | hci_core.c | 633 HCI_CONNECTABLE); in hci_update_passive_scan_state() 636 HCI_CONNECTABLE); in hci_update_passive_scan_state()
|
H A D | hci_sync.c | 3399 if (hci_dev_test_flag(hdev, HCI_CONNECTABLE) || in hci_update_scan_sync()
|
H A D | hci_event.c | 3270 !hci_dev_test_flag(hdev, HCI_CONNECTABLE) && in hci_conn_request_evt()
|