Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h1540 #define HCI_OP_LE_DEL_FROM_ACCEPT_LIST 0x2012 macro
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c1515 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_DEL_FROM_ACCEPT_LIST); in hci_cc_le_del_from_accept_list()
3499 case HCI_OP_LE_DEL_FROM_ACCEPT_LIST: in hci_cmd_complete_evt()
Dhci_request.c749 hci_req_add(req, HCI_OP_LE_DEL_FROM_ACCEPT_LIST, sizeof(cp), &cp); in del_from_accept_list()