Searched refs:HCI_OP_WRITE_AUTH_ENABLE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1049 #define HCI_OP_WRITE_AUTH_ENABLE 0x0c20 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1187 #define HCI_OP_WRITE_AUTH_ENABLE 0x0c20 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 321 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE); in hci_cc_write_auth_enable() 3313 case HCI_OP_WRITE_AUTH_ENABLE: in hci_cmd_complete_evt()
|
H A D | hci_core.c | 494 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 D | hci_request.c | 3390 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, in powered_update_hci()
|
H A D | mgmt.c | 1723 err = hci_send_cmd(hdev, HCI_OP_WRITE_AUTH_ENABLE, sizeof(val), &val); in set_link_security()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 84 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, 1, &auth); in hci_auth_req()
|
H A D | hci_event.c | 399 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE); in hci_cc_write_auth_enable() 4064 HCI_CC_STATUS(HCI_OP_WRITE_AUTH_ENABLE, hci_cc_write_auth_enable),
|
H A D | hci_sync.c | 3080 return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_AUTH_ENABLE, in hci_write_auth_enable_sync() 3719 /* HCI_OP_WRITE_AUTH_ENABLE */
|
H A D | mgmt.c | 1900 err = hci_send_cmd(hdev, HCI_OP_WRITE_AUTH_ENABLE, sizeof(val), &val); in set_link_security()
|
Completed in 77 milliseconds