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

  /system/bt/stack/mcap/
mca_api.c 214 ** Returns MCA_SUCCESS if successful, otherwise error.
248 result = MCA_SUCCESS;
263 result = MCA_SUCCESS;
284 ** Returns MCA_SUCCESS if successful, otherwise error.
300 result = MCA_SUCCESS;
332 ** Returns MCA_SUCCESS if successful, otherwise error.
367 result = MCA_SUCCESS;
371 if (result != MCA_SUCCESS)
388 ** Returns MCA_SUCCESS if successful, otherwise error.
399 result = MCA_SUCCESS;
    [all...]
mca_cact.c 519 result = MCA_SUCCESS;
527 result = MCA_SUCCESS;
531 if (result != MCA_SUCCESS && p_dcb)
  /system/bt/bta/hl/
bta_hl_act.c 216 if (MCA_CloseReq((tMCA_DL) p_dcb->mdl_handle)!= MCA_SUCCESS)
249 if (MCA_WriteReq((tMCA_DL) p_dcb->mdl_handle, p_data->mca_rcv_data_evt.p_pkt) != MCA_SUCCESS)
441 if ((result = MCA_WriteReq((tMCA_DL) p_dcb->mdl_handle, p_dcb->p_tx_pkt)) != MCA_SUCCESS)
839 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle)== MCA_SUCCESS)
953 if (MCA_CloseReq((tMCA_DL) p_dcb->mdl_handle) == MCA_SUCCESS)
    [all...]
bta_hl_utils.c     [all...]
bta_hl_main.c     [all...]
  /system/bt/stack/include/
mca_api.h 41 #define MCA_SUCCESS 0 /* Function successful */
288 ** Returns MCA_SUCCESS if successful, otherwise error.
303 ** Returns MCA_SUCCESS if successful, otherwise error.
321 ** Returns MCA_SUCCESS if successful, otherwise error.
338 ** Returns MCA_SUCCESS if successful, otherwise error.
355 ** Returns MCA_SUCCESS if successful, otherwise error.
373 ** Returns MCA_SUCCESS if successful, otherwise error.
388 ** Returns MCA_SUCCESS if successful, otherwise error.
403 ** Returns MCA_SUCCESS if successful, otherwise error.
419 ** Returns MCA_SUCCESS if successful, otherwise error
    [all...]

Completed in 179 milliseconds