Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dsmp.c652 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_pairing_cmd()
1675 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_bredr_pairing_cmd()
1735 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_pairing_req()
2265 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_security_req()
Dhci_event.c3383 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in hci_pin_code_request_evt()
3996 if (hci_dev_test_flag(hdev, HCI_BONDABLE) || in hci_io_capa_request_evt()
4022 if (!hci_dev_test_flag(hdev, HCI_BONDABLE)) in hci_io_capa_request_evt()
Dmgmt.c661 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) in get_current_settings()
1348 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
2152 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable()
2154 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable()
Dhci_core.c1530 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open()
/linux-4.1.27/include/net/bluetooth/
Dhci.h210 HCI_BONDABLE, enumerator