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 128 PORT_StartCnf(p_mcb, RFCOMM_ERROR);
204 PORT_StartCnf (p_mcb, *((UINT16 *)p_data));
296 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
347 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS);
360 PORT_StartCnf (p_mcb, RFCOMM_ERROR);
399 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS);
417 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS);
509 PORT_StartCnf(p_mcb, RFCOMM_ERROR);
610 PORT_StartCnf (p_mcb, p_cfg->result);
rfc_int.h 353 extern void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result);
port_rfc.c 194 ** Function PORT_StartCnf
202 void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result)
208 RFCOMM_TRACE_EVENT ("PORT_StartCnf result:%d", result);
221 RFCOMM_TRACE_WARNING ("PORT_StartCnf failed result:%d", result);
    [all...]

Completed in 84 milliseconds