Home
last modified time | relevance | path

Searched refs:cfm_q (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_normal.c128 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()
A Dhci_h4.c250 if (os_msg_recv(hci_if.cfm_q, &p_buf, 0) == true) in hci_h4_cfm()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/inc/
A Dhci_proto.h65 void *cfm_q; /* rx cfm queue */ member

Completed in 3 milliseconds