Home
last modified time | relevance | path

Searched refs:HCI_AUTH (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h319 HCI_AUTH, enumerator
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h259 HCI_AUTH, enumerator
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c329 set_bit(HCI_AUTH, &hdev->flags); in hci_cc_write_auth_enable()
331 clear_bit(HCI_AUTH, &hdev->flags); in hci_cc_write_auth_enable()
2630 if (test_bit(HCI_AUTH, &hdev->flags)) in hci_conn_complete_evt()
H A Dhci_request.c3268 if (link_sec != test_bit(HCI_AUTH, &hdev->flags)) in powered_update_hci()
H A Dmgmt.c1712 if (test_bit(HCI_AUTH, &hdev->flags) == val) { in set_link_security()
8508 if (test_bit(HCI_AUTH, &hdev->flags)) in mgmt_auth_enable_complete()
H A Dhci_core.c2043 if (!test_bit(HCI_AUTH, &hdev->flags)) { in hci_dev_cmd()