Searched refs:hreq (Results 1 – 1 of 1) sorted by relevance
296 struct hci_request hreq; in a2mp_getinfo_req() local318 hci_req_init(&hreq, hdev); in a2mp_getinfo_req()319 hci_req_add(&hreq, HCI_OP_READ_LOCAL_AMP_INFO, 0, NULL); in a2mp_getinfo_req()320 err = hci_req_run(&hreq, read_local_amp_info_complete); in a2mp_getinfo_req()