Searched refs:HCI_OP_WRITE_AUTH_ENABLE (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 922 #define HCI_OP_WRITE_AUTH_ENABLE 0x0c20 macro
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 617 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, sizeof(enable), in hci_init2_req() 960 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, 1, &auth); in hci_auth_req()
|
D | hci_event.c | 297 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE); in hci_cc_write_auth_enable() 2819 case HCI_OP_WRITE_AUTH_ENABLE: in hci_cmd_complete_evt()
|
D | mgmt.c | 2226 err = hci_send_cmd(hdev, HCI_OP_WRITE_AUTH_ENABLE, sizeof(val), &val); in set_link_security() 7419 hci_req_add(&req, HCI_OP_WRITE_AUTH_ENABLE, in powered_update_hci()
|