Searched refs:HCI_LINK_SECURITY (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 849 if (hci_dev_test_flag(hdev, HCI_LINK_SECURITY)) in get_current_settings() 1689 if (!!cp->val != hci_dev_test_flag(hdev, HCI_LINK_SECURITY)) { in set_link_security() 1690 hci_dev_change_flag(hdev, HCI_LINK_SECURITY); in set_link_security() 5541 hci_dev_clear_flag(hdev, HCI_LINK_SECURITY); in set_bredr() 8524 changed = !hci_dev_test_and_set_flag(hdev, HCI_LINK_SECURITY); in mgmt_auth_enable_complete() 8526 changed = hci_dev_test_and_clear_flag(hdev, HCI_LINK_SECURITY); in mgmt_auth_enable_complete()
|
H A D | hci_request.c | 3388 link_sec = hci_dev_test_flag(hdev, HCI_LINK_SECURITY); in powered_update_hci()
|
H A D | hci_core.c | 492 if (hci_dev_test_flag(hdev, HCI_LINK_SECURITY)) { in hci_init2_req()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 896 if (hci_dev_test_flag(hdev, HCI_LINK_SECURITY)) in get_current_settings() 1866 if (!!cp->val != hci_dev_test_flag(hdev, HCI_LINK_SECURITY)) { in set_link_security() 1867 hci_dev_change_flag(hdev, HCI_LINK_SECURITY); in set_link_security() 6698 hci_dev_clear_flag(hdev, HCI_LINK_SECURITY); in set_bredr() 9929 changed = !hci_dev_test_and_set_flag(hdev, HCI_LINK_SECURITY); in mgmt_auth_enable_complete() 9931 changed = hci_dev_test_and_clear_flag(hdev, HCI_LINK_SECURITY); in mgmt_auth_enable_complete()
|
H A D | hci_sync.c | 3076 link_sec = hci_dev_test_flag(hdev, HCI_LINK_SECURITY); in hci_write_auth_enable_sync()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 317 HCI_LINK_SECURITY, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 402 HCI_LINK_SECURITY, enumerator
|
Completed in 51 milliseconds