OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_ctrl
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c
603
if (!(p_port->
port_ctrl
& PORT_CTRL_REQ_SENT))
639
if (!(p_port->
port_ctrl
& PORT_CTRL_REQ_SENT))
644
if (!(p_port->
port_ctrl
& PORT_CTRL_IND_RECEIVED))
649
if (p_port->
port_ctrl
& PORT_CTRL_REQ_CONFIRMED)
655
p_port->
port_ctrl
|= (PORT_CTRL_IND_RECEIVED | PORT_CTRL_IND_RESPONDED);
691
if (!(p_port->
port_ctrl
& PORT_CTRL_REQ_CONFIRMED))
693
p_port->
port_ctrl
|= PORT_CTRL_REQ_CONFIRMED;
695
if (p_port->
port_ctrl
& PORT_CTRL_IND_RECEIVED)
699
if (p_port->
port_ctrl
& PORT_CTRL_IND_RECEIVED)
[
all
...]
port_int.h
187
UINT8
port_ctrl
; /* Modem Status Command */
member in struct:t_port_info
rfc_port_if.c
254
p_port->
port_ctrl
|= PORT_CTRL_REQ_SENT;
port_utils.c
112
p_port->
port_ctrl
= 0;
port_api.c
[
all
...]
Completed in 25 milliseconds