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

  /system/bt/stack/rfcomm/
rfc_mx_fsm.c 126 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
201 PORT_StartCnf (p_mcb, *((UINT16 *)p_data));
293 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
344 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS);
357 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
396 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS);
503 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
603 PORT_StartCnf (p_mcb, p_cfg->result);
rfc_int.h 355 extern void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result);
port_rfc.c 192 ** Function PORT_StartCnf
200 void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result)
206 RFCOMM_TRACE_EVENT ("PORT_StartCnf result:%d", result);
219 RFCOMM_TRACE_WARNING ("PORT_StartCnf failed result:%d", result);
    [all...]

Completed in 905 milliseconds