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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 125 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
200 PORT_StartCnf (p_mcb, *((UINT16 *)p_data));
292 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
341 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS);
354 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
393 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS);
498 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
598 PORT_StartCnf (p_mcb, p_cfg->result);
rfc_int.h 355 extern void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result);
port_rfc.c 191 ** Function PORT_StartCnf
199 void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result)
205 RFCOMM_TRACE_EVENT1 ("PORT_StartCnf result:%d", result);
218 RFCOMM_TRACE_WARNING1 ("PORT_StartCnf failed result:%d", result);
    [all...]

Completed in 333 milliseconds