Home
last modified time | relevance | path

Searched refs:HCI_OP_READ_STORED_LINK_KEY (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h1004 #define HCI_OP_READ_STORED_LINK_KEY 0x0c0d macro
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c251 sent = hci_sent_cmd_data(hdev, HCI_OP_READ_STORED_LINK_KEY); in hci_cc_read_stored_link_key()
3291 case HCI_OP_READ_STORED_LINK_KEY: in hci_cmd_complete_evt()
Dhci_core.c599 hci_req_add(req, HCI_OP_READ_STORED_LINK_KEY, sizeof(cp), &cp); in hci_init3_req()