OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RFCOMM_FC_RTR_ON_INPUT
(Results
1 - 2
of
2
) sorted by null
/system/bt/stack/include/
rfcdefs.h
189
#define
RFCOMM_FC_RTR_ON_INPUT
0x04
/system/bt/stack/rfcomm/
rfc_port_fsm.c
631
if ((port_pars.fc_type == (
RFCOMM_FC_RTR_ON_INPUT
| RFCOMM_FC_RTR_ON_OUTPUT))
640
p_port->peer_port_pars.fc_type = (
RFCOMM_FC_RTR_ON_INPUT
| RFCOMM_FC_RTR_ON_OUTPUT);
665
if (p_port->peer_port_pars.fc_type == (
RFCOMM_FC_RTR_ON_INPUT
| RFCOMM_FC_RTR_ON_OUTPUT))
Completed in 590 milliseconds