Home
last modified time | relevance | path

Searched refs:HCI_BONDABLE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dsmp.c670 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_pairing_cmd()
1676 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_bredr_pairing_cmd()
1736 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_pairing_req()
2266 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_security_req()
Dhci_event.c3364 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in hci_pin_code_request_evt()
3985 if (hci_dev_test_flag(hdev, HCI_BONDABLE) || in hci_io_capa_request_evt()
4011 if (!hci_dev_test_flag(hdev, HCI_BONDABLE)) in hci_io_capa_request_evt()
Dmgmt.c669 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) in get_current_settings()
1368 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
2258 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable()
2260 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable()
Dhci_core.c1612 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open()
/linux-4.4.14/include/net/bluetooth/
Dhci.h222 HCI_BONDABLE, enumerator