Searched refs:HCI_BONDABLE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 657 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_pairing_cmd() 1705 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_bredr_pairing_cmd() 1767 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_pairing_req() 2339 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_security_req()
|
H A D | hci_event.c | 3947 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in hci_pin_code_request_evt() 4629 if (hci_dev_test_flag(hdev, HCI_BONDABLE) || in hci_io_capa_request_evt() 4655 if (!hci_dev_test_flag(hdev, HCI_BONDABLE)) in hci_io_capa_request_evt()
|
H A D | mgmt.c | 840 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) in get_current_settings() 1007 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1638 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable() 1640 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable()
|
H A D | hci_request.c | 1453 hci_dev_test_flag(hdev, HCI_BONDABLE)) in adv_use_rpa()
|
H A D | hci_core.c | 1684 * are brought up using legacy ioctl, set the HCI_BONDABLE bit in hci_dev_open() 1691 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 658 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_pairing_cmd() 1711 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) { in build_bredr_pairing_cmd() 1773 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_pairing_req() 2345 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in smp_cmd_security_req()
|
H A D | mgmt.c | 887 if (hci_dev_test_flag(hdev, HCI_BONDABLE)) in get_current_settings() 1144 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1820 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable() 1822 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable()
|
H A D | hci_event.c | 4636 if (!hci_dev_test_flag(hdev, HCI_BONDABLE) && in hci_pin_code_request_evt() 5347 if (hci_dev_test_flag(hdev, HCI_BONDABLE) || in hci_io_capa_request_evt() 5373 if (!hci_dev_test_flag(hdev, HCI_BONDABLE)) in hci_io_capa_request_evt()
|
H A D | hci_core.c | 530 * are brought up using legacy ioctl, set the HCI_BONDABLE bit in hci_dev_open() 537 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open()
|
H A D | hci_sync.c | 868 hci_dev_test_flag(hdev, HCI_BONDABLE)) in adv_use_rpa()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 293 HCI_BONDABLE, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 378 HCI_BONDABLE, enumerator
|
Completed in 76 milliseconds