Searched refs:HCI_OP_WRITE_AUTH_ENABLE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci.h | 1186 #define HCI_OP_WRITE_AUTH_ENABLE 0x0c20 macro
|
| /Linux-v6.6/net/bluetooth/ |
| D | hci_event.c | 401 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE); in hci_cc_write_auth_enable() 4059 HCI_CC_STATUS(HCI_OP_WRITE_AUTH_ENABLE, hci_cc_write_auth_enable),
|
| D | hci_core.c | 84 hci_req_add(req, HCI_OP_WRITE_AUTH_ENABLE, 1, &auth); in hci_auth_req()
|
| D | hci_sync.c | 3071 return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_AUTH_ENABLE, in hci_write_auth_enable_sync()
|
| D | mgmt.c | 1903 err = hci_send_cmd(hdev, HCI_OP_WRITE_AUTH_ENABLE, sizeof(val), &val); in set_link_security()
|