OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_find_dlci_port
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/rfcomm/
port_int.h
231
extern tPORT *
port_find_dlci_port
(UINT8 dlci);
rfc_l2cap_if.c
358
if ((p_port =
port_find_dlci_port
(rfc_cb.rfc.rx_frame.dlci)) == NULL)
port_rfc.c
306
p_port =
port_find_dlci_port
(dlci);
459
p_port =
port_find_dlci_port
(dlci);
560
p_port =
port_find_dlci_port
(dlci);
[
all
...]
port_utils.c
345
** Function
port_find_dlci_port
352
tPORT *
port_find_dlci_port
(UINT8 dlci)
function
Completed in 197 milliseconds