Searched refs:hci_req_add (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_request.c | 271 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add() function 344 hci_req_add(req, HCI_OP_LE_SET_EXT_SCAN_ENABLE, sizeof(cp), in hci_req_add_le_scan_disable() 351 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in hci_req_add_le_scan_disable() 358 hci_req_add(req, HCI_OP_LE_SET_ADDR_RESOLV_ENABLE, 1, &enable); in hci_req_add_le_scan_disable() 372 hci_req_add(req, HCI_OP_LE_DEL_FROM_ACCEPT_LIST, sizeof(cp), &cp); in del_from_accept_list() 384 hci_req_add(req, HCI_OP_LE_DEL_FROM_RESOLV_LIST, in del_from_accept_list() 425 hci_req_add(req, HCI_OP_LE_ADD_TO_ACCEPT_LIST, sizeof(cp), &cp); in add_to_accept_list() 444 hci_req_add(req, HCI_OP_LE_ADD_TO_RESOLV_LIST, in add_to_accept_list() 558 hci_req_add(req, HCI_OP_LE_SET_ADDR_RESOLV_ENABLE, 1, &enable); in hci_req_start_scan() 604 hci_req_add(req, HCI_OP_LE_SET_EXT_SCAN_PARAMS, in hci_req_start_scan() [all …]
|
H A D | hci_request.h | 53 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen,
|
H A D | hci_core.c | 322 hci_req_add(req, HCI_OP_INQUIRY, sizeof(cp), &cp); in hci_inq_req()
|