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
137
tHCI_H4_RCV_STATE
rcv_state
; /* Receive state of current rx message */
member in struct:__anon3449
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
= H4_RX_MSGTYPE_ST
[
all
...]
hci_mct.c
113
tHCI_MCT_RCV_STATE
rcv_state
; /* Receive state of current rx message */
member in struct:__anon3452
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
...]
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
360
UINT8
rcv_state
; /* current rx state */
member in struct:__anon23219
Completed in 504 milliseconds