OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcv_state
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/hci/src/
hci_h4.c
139
tHCI_H4_RCV_STATE
rcv_state
; /* Receive state of current rx message */
member in struct:__anon5784
758
switch (p_cb->
rcv_state
)
776
p_cb->
rcv_state
= H4_RX_LEN_ST; /* Next, wait for length to come */
856
p_cb->
rcv_state
= H4_RX_MSGTYPE_ST;
861
p_cb->
rcv_state
= H4_RX_IGNORE_ST;
871
p_cb->
rcv_state
= H4_RX_DATA_ST;
883
p_cb->
rcv_state
= H4_RX_MSGTYPE_ST;
913
p_cb->
rcv_state
= H4_RX_MSGTYPE_ST;
919
p_cb->
rcv_state
= H4_RX_MSGTYPE_ST;
933
p_cb->
rcv_state
= H4_RX_MSGTYPE_ST
[
all
...]
hci_mct.c
116
tHCI_MCT_RCV_STATE
rcv_state
; /* Receive state of current rx message */
member in struct:__anon5787
733
switch (p_cb->
rcv_state
)
743
p_cb->
rcv_state
= MCT_RX_LEN_ST; /* Next, wait for length to come */
787
p_cb->
rcv_state
= MCT_RX_NEWMSG_ST;
793
p_cb->
rcv_state
= MCT_RX_IGNORE_ST;
803
p_cb->
rcv_state
= MCT_RX_DATA_ST;
812
p_cb->
rcv_state
= MCT_RX_NEWMSG_ST;
839
p_cb->
rcv_state
= MCT_RX_NEWMSG_ST;
853
p_cb->
rcv_state
= MCT_RX_NEWMSG_ST;
913
switch (p_cb->
rcv_state
)
[
all
...]
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
363
UINT8
rcv_state
; /* current rx state */
member in struct:__anon27761
Completed in 75 milliseconds