Searched refs:HCI_AUTH (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 331 set_bit(HCI_AUTH, &hdev->flags); in hci_cc_write_auth_enable() 333 clear_bit(HCI_AUTH, &hdev->flags); in hci_cc_write_auth_enable() 2633 if (test_bit(HCI_AUTH, &hdev->flags)) in hci_conn_complete_evt()
|
H A D | hci_request.c | 3389 if (link_sec != test_bit(HCI_AUTH, &hdev->flags)) in powered_update_hci()
|
H A D | mgmt.c | 1712 if (test_bit(HCI_AUTH, &hdev->flags) == val) { in set_link_security() 8523 if (test_bit(HCI_AUTH, &hdev->flags)) in mgmt_auth_enable_complete()
|
H A D | hci_core.c | 2044 if (!test_bit(HCI_AUTH, &hdev->flags)) { in hci_dev_cmd()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 259 HCI_AUTH, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 343 HCI_AUTH, enumerator
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 409 set_bit(HCI_AUTH, &hdev->flags); in hci_cc_write_auth_enable() 411 clear_bit(HCI_AUTH, &hdev->flags); in hci_cc_write_auth_enable() 3216 if (test_bit(HCI_AUTH, &hdev->flags)) in hci_conn_complete_evt()
|
H A D | hci_core.c | 777 if (!test_bit(HCI_AUTH, &hdev->flags)) { in hci_dev_cmd()
|
H A D | hci_sync.c | 3077 if (link_sec == test_bit(HCI_AUTH, &hdev->flags)) in hci_write_auth_enable_sync()
|
H A D | mgmt.c | 1889 if (test_bit(HCI_AUTH, &hdev->flags) == val) { in set_link_security() 9928 if (test_bit(HCI_AUTH, &hdev->flags)) in mgmt_auth_enable_complete()
|
Completed in 65 milliseconds