Home
last modified time | relevance | path

Searched refs:hci_req_run_skb (Results 1 – 5 of 5) sorted by relevance

/net/bluetooth/
Damp.c276 err = hci_req_run_skb(&req, read_local_amp_assoc_complete); in amp_read_loc_assoc_frag()
295 err = hci_req_run_skb(&req, read_local_amp_assoc_complete); in amp_read_loc_assoc()
317 err = 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()
Dhci_request.h40 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete);
Dhci_request.c87 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete) in hci_req_run_skb() function
136 err = hci_req_run_skb(&req, hci_req_sync_complete); in __hci_cmd_sync_ev()
214 err = hci_req_run_skb(&req, hci_req_sync_complete); in __hci_req_sync()
Dmgmt.c3285 err = hci_req_run_skb(&req, read_local_oob_data_complete); in read_local_oob_data()
5786 err = hci_req_run_skb(&req, read_local_oob_ext_data_complete); in read_local_ssp_oob_req()
Dhci_event.c2666 if (hci_req_run_skb(&req, read_enc_key_size_complete)) { in hci_encrypt_change_evt()