Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dsmp.c676 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_pairing_cmd()
1714 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_bredr_pairing_cmd()
1776 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_pairing_req()
2321 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_security_req()
Dhci_event.c3688 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in hci_pin_code_request_evt()
4309 if (hci_dev_test_flag(hdev, HCI_BONDABLE) || in hci_io_capa_request_evt()
4335 if (!hci_dev_test_flag(hdev, HCI_BONDABLE)) in hci_io_capa_request_evt()
Dmgmt.c799 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) in get_current_settings()
963 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
1588 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable()
1590 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable()
Dhci_request.c1000 hci_dev_test_flag(hdev, HCI_BONDABLE)) in adv_use_rpa()
Dhci_core.c1573 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open()
/Linux-v4.19/include/net/bluetooth/
Dhci.h238 HCI_BONDABLE, enumerator