OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:port_open_continue
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c
46
** Function
port_open_continue
54
int
port_open_continue
(tPORT *p_port)
function
58
RFCOMM_TRACE_EVENT1 ("
port_open_continue
, p_port:%p", p_port);
63
RFCOMM_TRACE_WARNING0 ("
port_open_continue
no mx channel");
91
RFCOMM_TRACE_DEBUG1 ("
port_open_continue
: mx state(%d) mx channel is openning", p_mcb->state);
[
all
...]
port_int.h
241
extern int
port_open_continue
(tPORT *p_port);
port_api.c
195
return
port_open_continue
(p_port);
[
all
...]
Completed in 48 milliseconds