Home
last modified time | relevance | path

Searched refs:HCI_OP_WRITE_AUTH_ENABLE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h1049 #define HCI_OP_WRITE_AUTH_ENABLE 0x0c20 macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c494 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, sizeof(enable), in hci_init2_req()
1015 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, 1, &auth); in hci_auth_req()
H A Dhci_event.c319 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE); in hci_cc_write_auth_enable()
3304 case HCI_OP_WRITE_AUTH_ENABLE: in hci_cmd_complete_evt()
H A Dhci_request.c3269 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, in powered_update_hci()
H A Dmgmt.c1723 err = hci_send_cmd(hdev, HCI_OP_WRITE_AUTH_ENABLE, sizeof(val), &val); in set_link_security()