Searched refs:HCI_OP_LE_ADD_TO_ACCEPT_LIST (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 423 hci_req_add(req, HCI_OP_LE_ADD_TO_ACCEPT_LIST, sizeof(cp), &cp); in add_to_accept_list()
|
H A D | hci_event.c | 1932 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST); in hci_cc_le_add_to_accept_list() 4150 HCI_CC_STATUS(HCI_OP_LE_ADD_TO_ACCEPT_LIST,
|
H A D | hci_sync.c | 2324 err = __hci_cmd_sync_status(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST, in hci_le_add_accept_list_sync()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1534 #define HCI_OP_LE_ADD_TO_ACCEPT_LIST 0x2011 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1749 #define HCI_OP_LE_ADD_TO_ACCEPT_LIST 0x2011 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 1498 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST); in hci_cc_le_add_to_accept_list() 3501 case HCI_OP_LE_ADD_TO_ACCEPT_LIST: in hci_cmd_complete_evt()
|
H A D | hci_request.c | 805 hci_req_add(req, HCI_OP_LE_ADD_TO_ACCEPT_LIST, sizeof(cp), &cp); in add_to_accept_list()
|
Completed in 41 milliseconds