HomeSort by relevance Sort by last modified time
    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 375 extern void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result);
port_rfc.c 576 ** Function PORT_PortNegCnf
582 void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result)
587 RFCOMM_TRACE_EVENT ("PORT_PortNegCnf");
591 RFCOMM_TRACE_WARNING ("PORT_PortNegCnf no port");
611 RFCOMM_TRACE_WARNING ("PORT_PortNegCnf Control Already sent");
    [all...]

Completed in 181 milliseconds