OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RFC_RSP_RPN_REPLY
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
port_int.h
128
#define
RFC_RSP_RPN_REPLY
0x02
rfc_port_fsm.c
618
if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN |
RFC_RSP_RPN_REPLY
)))
625
if (p_port->rfc.expected_rsp &
RFC_RSP_RPN_REPLY
)
627
p_port->rfc.expected_rsp &= ~
RFC_RSP_RPN_REPLY
;
rfc_port_if.c
212
p_port->rfc.expected_rsp |=
RFC_RSP_RPN_REPLY
;
Completed in 93 milliseconds