HomeSort by relevance Sort by last modified time
    Searched refs:PORT_PortNegCnf (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 204 PORT_PortNegCnf (p_mcb, dlci, NULL, RFCOMM_ERROR);
rfc_port_fsm.c 657 PORT_PortNegCnf (p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS);
681 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 575 ** Function PORT_PortNegCnf
581 void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result)
585 RFCOMM_TRACE_EVENT0 ("PORT_PortNegCnf");
589 RFCOMM_TRACE_WARNING0 ("PORT_PortNegCnf no port");
609 RFCOMM_TRACE_WARNING0 ("PORT_PortNegCnf Control Already sent");
    [all...]

Completed in 32 milliseconds