Searched refs:hci_if (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 D | hci_normal.c | 24 T_HCI_IF hci_if; variable 32 if (hci_if.tx_buf == NULL) in hci_if_tx_req() 54 hci_if.callback(HCI_IF_EVT_DATA_XMIT, true, hci_if.tx_buf, hci_if.tx_len); in hci_if_tx_rsp() 55 hci_if.tx_buf = NULL; in hci_if_tx_rsp() 195 hci_if.task_handle = NULL; in hci_if_del_task() 197 if (hci_if.msg_q) in hci_if_del_task() 200 hci_if.msg_q = NULL; in hci_if_del_task() 202 if (hci_if.xmit_q) in hci_if_del_task() 205 hci_if.xmit_q = NULL; in hci_if_del_task() 207 if (hci_if.cfm_q) in hci_if_del_task() [all …]
|
A D | hci_h4.c | 56 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_h4_tp_open_cb() 63 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_h4_tp_tx_cb() 70 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_h4_tp_rx_ind() 172 hci_if.callback(HCI_IF_EVT_ERROR, false, NULL, 0); in hci_h4_recv() 224 if (hci_if.state == HCI_IF_STATE_READY) in hci_h4_recv() 226 hci_if.callback(HCI_IF_EVT_DATA_IND, true, hci_h4.rx_buf, hci_h4.rx_len); in hci_h4_recv() 231 else if (hci_if.state == HCI_IF_STATE_OPEN) in hci_h4_recv() 237 else if (hci_if.state == HCI_IF_STATE_IDLE) in hci_h4_recv() 250 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 D | hci_proto.h | 72 extern T_HCI_IF hci_if;
|
Completed in 4 milliseconds