OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_PortNegCnf
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/rfcomm/
rfc_port_if.c
219
PORT_PortNegCnf
(p_mcb, dlci, NULL, RFCOMM_ERROR);
rfc_port_fsm.c
658
PORT_PortNegCnf
(p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS);
682
PORT_PortNegCnf
(p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS);
rfc_int.h
373
extern void
PORT_PortNegCnf
(tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result);
port_rfc.c
577
** Function
PORT_PortNegCnf
583
void
PORT_PortNegCnf
(tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result)
588
RFCOMM_TRACE_EVENT ("
PORT_PortNegCnf
");
592
RFCOMM_TRACE_WARNING ("
PORT_PortNegCnf
no port");
612
RFCOMM_TRACE_WARNING ("
PORT_PortNegCnf
Control Already sent");
[
all
...]
Completed in 525 milliseconds