Searched refs:HCI_OP_LE_DEL_FROM_ACCEPT_LIST (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 370 hci_req_add(req, HCI_OP_LE_DEL_FROM_ACCEPT_LIST, sizeof(cp), &cp); in del_from_accept_list()
|
H A D | hci_event.c | 1955 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_DEL_FROM_ACCEPT_LIST); in hci_cc_le_del_from_accept_list() 4152 HCI_CC_STATUS(HCI_OP_LE_DEL_FROM_ACCEPT_LIST,
|
H A D | hci_sync.c | 2153 err = __hci_cmd_sync_status(hdev, HCI_OP_LE_DEL_FROM_ACCEPT_LIST, in hci_le_del_accept_list_sync()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1540 #define HCI_OP_LE_DEL_FROM_ACCEPT_LIST 0x2012 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1755 #define HCI_OP_LE_DEL_FROM_ACCEPT_LIST 0x2012 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 1517 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_DEL_FROM_ACCEPT_LIST); in hci_cc_le_del_from_accept_list() 3505 case HCI_OP_LE_DEL_FROM_ACCEPT_LIST: in hci_cmd_complete_evt()
|
H A D | hci_request.c | 751 hci_req_add(req, HCI_OP_LE_DEL_FROM_ACCEPT_LIST, sizeof(cp), &cp); in del_from_accept_list()
|
Completed in 40 milliseconds