OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RFC_RSP_RLS
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
port_int.h
131
#define
RFC_RSP_RLS
0x10
rfc_port_if.c
309
p_port->rfc.expected_rsp |=
RFC_RSP_RLS
;
rfc_port_fsm.c
780
if (!p_port || !(p_port->rfc.expected_rsp &
RFC_RSP_RLS
))
783
p_port->rfc.expected_rsp &= ~
RFC_RSP_RLS
;
Completed in 224 milliseconds