Searched refs:rcv_state (Results 1 – 5 of 5) sorted by relevance
116 tHCI_MCT_RCV_STATE rcv_state; /* Receive state of current rx message */ member733 switch (p_cb->rcv_state) in hci_mct_receive_evt_msg()743 p_cb->rcv_state = MCT_RX_LEN_ST; /* Next, wait for length to come */ in hci_mct_receive_evt_msg()787 p_cb->rcv_state = MCT_RX_NEWMSG_ST; in hci_mct_receive_evt_msg()793 p_cb->rcv_state = MCT_RX_IGNORE_ST; in hci_mct_receive_evt_msg()803 p_cb->rcv_state = MCT_RX_DATA_ST; in hci_mct_receive_evt_msg()812 p_cb->rcv_state = MCT_RX_NEWMSG_ST; in hci_mct_receive_evt_msg()839 p_cb->rcv_state = MCT_RX_NEWMSG_ST; in hci_mct_receive_evt_msg()853 p_cb->rcv_state = MCT_RX_NEWMSG_ST; in hci_mct_receive_evt_msg()913 switch (p_cb->rcv_state) in hci_mct_receive_acl_msg()[all …]
139 tHCI_H4_RCV_STATE rcv_state; /* Receive state of current rx message */ member758 switch (p_cb->rcv_state) in hci_h4_receive_msg()776 p_cb->rcv_state = H4_RX_LEN_ST; /* Next, wait for length to come */ in hci_h4_receive_msg()856 p_cb->rcv_state = H4_RX_MSGTYPE_ST; in hci_h4_receive_msg()861 p_cb->rcv_state = H4_RX_IGNORE_ST; in hci_h4_receive_msg()871 p_cb->rcv_state = H4_RX_DATA_ST; in hci_h4_receive_msg()883 p_cb->rcv_state = H4_RX_MSGTYPE_ST; in hci_h4_receive_msg()913 p_cb->rcv_state = H4_RX_MSGTYPE_ST; in hci_h4_receive_msg()919 p_cb->rcv_state = H4_RX_MSGTYPE_ST; in hci_h4_receive_msg()933 p_cb->rcv_state = H4_RX_MSGTYPE_ST; in hci_h4_receive_msg()
184 switch (p_cb->rcv_state) in nfc_hal_nci_receive_nci_msg()189 p_cb->rcv_state = NFC_HAL_RCV_NCI_HDR_ST; in nfc_hal_nci_receive_nci_msg()226 p_cb->rcv_state = NFC_HAL_RCV_NCI_PAYLOAD_ST; in nfc_hal_nci_receive_nci_msg()231 p_cb->rcv_state = NFC_HAL_RCV_IDLE_ST; in nfc_hal_nci_receive_nci_msg()256 p_cb->rcv_state = NFC_HAL_RCV_IDLE_ST; in nfc_hal_nci_receive_nci_msg()281 switch (p_cb->rcv_state) in nfc_hal_nci_receive_bt_msg()286 p_cb->rcv_state = NFC_HAL_RCV_BT_HDR_ST; in nfc_hal_nci_receive_bt_msg()333 p_cb->rcv_state = NFC_HAL_RCV_BT_PAYLOAD_ST; in nfc_hal_nci_receive_bt_msg()339 … p_cb->rcv_state = NFC_HAL_RCV_IDLE_ST; /* Next, wait for packet type of next message */ in nfc_hal_nci_receive_bt_msg()363 … p_cb->rcv_state = NFC_HAL_RCV_IDLE_ST; /* Next, wait for packet type of next message */ in nfc_hal_nci_receive_bt_msg()[all …]
106 nfc_hal_cb.ncit_cb.rcv_state = NFC_HAL_RCV_IDLE_ST; /* to process packet type */ in nfc_hal_main_open_transport()
363 …UINT8 rcv_state; /* current rx state … member