Home
last modified time | relevance | path

Searched refs:HCI_OP_LE_ADD_TO_ACCEPT_LIST (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_request.c425 hci_req_add(req, HCI_OP_LE_ADD_TO_ACCEPT_LIST, sizeof(cp), &cp); in add_to_accept_list()
H A Dhci_sync.c2498 err = __hci_cmd_sync_status(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST, in hci_le_add_accept_list_sync()
2884 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST); in hci_le_set_ext_scan_param_sync()
H A Dhci_event.c1873 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST); in hci_cc_le_add_to_accept_list()
4111 HCI_CC_STATUS(HCI_OP_LE_ADD_TO_ACCEPT_LIST,
/openbmc/linux/include/net/bluetooth/
H A Dhci.h1678 #define HCI_OP_LE_ADD_TO_ACCEPT_LIST 0x2011 macro