Searched refs:hci_req_run_skb (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_request.h | 35 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete);
|
D | amp.c | 276 err = hci_req_run_skb(&req, read_local_amp_assoc_complete); in amp_read_loc_assoc_frag() 295 hci_req_run_skb(&req, read_local_amp_assoc_complete); in amp_read_loc_assoc() 317 hci_req_run_skb(&req, read_local_amp_assoc_complete); in amp_read_loc_assoc_final_data() 383 hci_req_run_skb(&req, write_remote_amp_assoc_complete); in amp_write_rem_assoc_frag()
|
D | hci_request.c | 76 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete) in hci_req_run_skb() function
|
D | hci_core.c | 247 err = hci_req_run_skb(&req, hci_req_sync_complete); in __hci_cmd_sync_ev() 321 err = hci_req_run_skb(&req, hci_req_sync_complete); in __hci_req_sync()
|
D | mgmt.c | 4014 err = hci_req_run_skb(&req, read_local_oob_data_complete); in read_local_oob_data() 6771 err = hci_req_run_skb(&req, read_local_oob_ext_data_complete); in read_local_ssp_oob_req()
|
D | hci_event.c | 2652 if (hci_req_run_skb(&req, read_enc_key_size_complete)) { in hci_encrypt_change_evt()
|