Searched refs:HCI_BONDABLE (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | smp.c | 636 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_pairing_cmd() 1671 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_bredr_pairing_cmd() 1731 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_pairing_req() 2307 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_security_req()
|
| H A D | hci_event.c | 4647 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in hci_pin_code_request_evt() 5359 if (hci_dev_test_flag(hdev, HCI_BONDABLE) || in hci_io_capa_request_evt() 5385 if (!hci_dev_test_flag(hdev, HCI_BONDABLE)) in hci_io_capa_request_evt()
|
| H A D | mgmt.c | 888 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) in get_current_settings() 1158 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1857 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable() 1859 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable()
|
| H A D | hci_core.c | 478 * are brought up using legacy ioctl, set the HCI_BONDABLE bit in hci_dev_open() 485 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open()
|
| H A D | hci_sync.c | 1025 hci_dev_test_flag(hdev, HCI_BONDABLE)) in adv_use_rpa()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 425 HCI_BONDABLE, enumerator
|