Searched refs:HCI_OP_WRITE_AUTH_ENABLE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 973 #define HCI_OP_WRITE_AUTH_ENABLE 0x0c20 macro
|
/Linux-v4.19/net/bluetooth/ |
D | hci_core.c | 491 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, sizeof(enable), in hci_init2_req() 975 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, 1, &auth); in hci_auth_req()
|
D | hci_request.c | 2757 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, in powered_update_hci()
|
D | hci_event.c | 303 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE); in hci_cc_write_auth_enable() 3094 case HCI_OP_WRITE_AUTH_ENABLE: in hci_cmd_complete_evt()
|
D | mgmt.c | 1673 err = hci_send_cmd(hdev, HCI_OP_WRITE_AUTH_ENABLE, sizeof(val), &val); in set_link_security()
|