Searched defs:hci_msg (Results 1 – 1 of 1) sorted by relevance
33 struct hci_msg { struct34 struct list_head msg_l;35 struct sk_buff_head msg_frags;36 bool wait_response;37 data_exchange_cb_t cb;38 void *cb_context;39 unsigned long completion_delay;
Completed in 3 milliseconds