Searched refs:rcv_state (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/hci/src/
H A Dhci_mct.c113 tHCI_MCT_RCV_STATE rcv_state; /* Receive state of current rx message */ member in struct:__anon1046
743 switch (p_cb->rcv_state)
753 p_cb->rcv_state = MCT_RX_LEN_ST; /* Next, wait for length to come */
797 p_cb->rcv_state = MCT_RX_NEWMSG_ST;
803 p_cb->rcv_state = MCT_RX_IGNORE_ST;
813 p_cb->rcv_state = MCT_RX_DATA_ST;
822 p_cb->rcv_state = MCT_RX_NEWMSG_ST;
849 p_cb->rcv_state = MCT_RX_NEWMSG_ST;
863 p_cb->rcv_state = MCT_RX_NEWMSG_ST;
923 switch (p_cb->rcv_state)
[all...]
H A Dhci_h4.c137 tHCI_H4_RCV_STATE rcv_state; /* Receive state of current rx message */ member in struct:__anon1043
769 switch (p_cb->rcv_state)
787 p_cb->rcv_state = H4_RX_LEN_ST; /* Next, wait for length to come */
867 p_cb->rcv_state = H4_RX_MSGTYPE_ST;
872 p_cb->rcv_state = H4_RX_IGNORE_ST;
882 p_cb->rcv_state = H4_RX_DATA_ST;
894 p_cb->rcv_state = H4_RX_MSGTYPE_ST;
924 p_cb->rcv_state = H4_RX_MSGTYPE_ST;
930 p_cb->rcv_state = H4_RX_MSGTYPE_ST;
944 p_cb->rcv_state
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_nci.c184 switch (p_cb->rcv_state)
189 p_cb->rcv_state = NFC_HAL_RCV_NCI_HDR_ST;
226 p_cb->rcv_state = NFC_HAL_RCV_NCI_PAYLOAD_ST;
231 p_cb->rcv_state = NFC_HAL_RCV_IDLE_ST;
256 p_cb->rcv_state = NFC_HAL_RCV_IDLE_ST;
281 switch (p_cb->rcv_state)
286 p_cb->rcv_state = NFC_HAL_RCV_BT_HDR_ST;
332 p_cb->rcv_state = NFC_HAL_RCV_BT_PAYLOAD_ST;
338 p_cb->rcv_state = NFC_HAL_RCV_IDLE_ST; /* Next, wait for packet type of next message */
362 p_cb->rcv_state
[all...]
H A Dnfc_hal_main.c106 nfc_hal_cb.ncit_cb.rcv_state = NFC_HAL_RCV_IDLE_ST; /* to process packet type */
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h360 UINT8 rcv_state; /* current rx state */ member in struct:__anon20824

Completed in 156 milliseconds