Searched refs:HCI_BONDABLE (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| A D | smp.c | 656 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_pairing_cmd() 1697 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_bredr_pairing_cmd() 1759 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_pairing_req() 2331 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_security_req()
|
| A D | hci_event.c | 4080 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in hci_pin_code_request_evt() 4744 if (hci_dev_test_flag(hdev, HCI_BONDABLE) || in hci_io_capa_request_evt() 4770 if (!hci_dev_test_flag(hdev, HCI_BONDABLE)) in hci_io_capa_request_evt()
|
| A D | mgmt.c | 846 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) in get_current_settings() 1013 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1644 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable() 1646 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable()
|
| A D | hci_request.c | 1301 hci_dev_test_flag(hdev, HCI_BONDABLE)) in adv_use_rpa()
|
| A D | hci_core.c | 1577 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 293 HCI_BONDABLE, enumerator
|
Completed in 54 milliseconds