Searched refs:cfm_q (Results 1 – 3 of 3) sorted by relevance
128 os_msg_queue_create(&(hci_if.cfm_q), 16, sizeof(uint8_t *)); in hci_if_open()176 if (os_msg_send(hci_if.cfm_q, &p_buf, 0) == true) in hci_if_confirm()207 if (hci_if.cfm_q) in hci_if_del_task()209 os_msg_queue_delete(hci_if.cfm_q); in hci_if_del_task()210 hci_if.cfm_q = NULL; in hci_if_del_task()
250 if (os_msg_recv(hci_if.cfm_q, &p_buf, 0) == true) in hci_h4_cfm()
65 void *cfm_q; /* rx cfm queue */ member
Completed in 3 milliseconds