OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_rsp
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c
161
p_port->rfc.
expected_rsp
|= RFC_RSP_PN;
210
p_port->rfc.
expected_rsp
|= RFC_RSP_RPN_REPLY;
212
p_port->rfc.
expected_rsp
|= RFC_RSP_RPN;
256
p_port->rfc.
expected_rsp
|= RFC_RSP_MSC;
283
p_port->rfc.
expected_rsp
|= RFC_RSP_MSC;
307
p_port->rfc.
expected_rsp
|= RFC_RSP_RLS;
rfc_port_fsm.c
188
p_port->rfc.
expected_rsp
= 0;
390
p_port->rfc.
expected_rsp
= 0;
557
if ((p_port == NULL) || !(p_port->rfc.
expected_rsp
& RFC_RSP_PN))
560
p_port->rfc.
expected_rsp
&= ~RFC_RSP_PN;
617
if ((p_port == NULL) || !(p_port->rfc.
expected_rsp
& (RFC_RSP_RPN | RFC_RSP_RPN_REPLY)))
624
if (p_port->rfc.
expected_rsp
& RFC_RSP_RPN_REPLY)
626
p_port->rfc.
expected_rsp
&= ~RFC_RSP_RPN_REPLY;
641
p_port->rfc.
expected_rsp
|= RFC_RSP_RPN;
649
p_port->rfc.
expected_rsp
&= ~RFC_RSP_RPN;
669
p_port->rfc.
expected_rsp
|= RFC_RSP_RPN
[
all
...]
port_int.h
133
UINT8
expected_rsp
;
member in struct:t_rfc_port
Completed in 154 milliseconds