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

  /system/bt/stack/include/
mca_api.h 48 typedef UINT8 tMCA_RESULT;
291 extern tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs);
306 extern tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep);
324 extern tMCA_RESULT MCA_ConnectReq(tMCA_HANDLE handle, BD_ADDR bd_addr,
341 extern tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl);
358 extern tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
376 extern tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
391 extern tMCA_RESULT MCA_CloseReq(tMCA_DL mdl);
406 extern tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
422 extern tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep
    [all...]
  /system/bt/stack/mcap/
mca_api.c 215 tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs)
217 tMCA_RESULT result = MCA_BAD_HANDLE;
285 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep)
287 tMCA_RESULT result = MCA_BAD_HANDLE;
333 tMCA_RESULT MCA_ConnectReq(tMCA_HANDLE handle, BD_ADDR bd_addr,
336 tMCA_RESULT result = MCA_BAD_HANDLE;
389 tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl)
391 tMCA_RESULT result = MCA_BAD_HANDLE;
421 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
425 tMCA_RESULT result = MCA_BAD_HANDLE
    [all...]
mca_cact.c 459 tMCA_RESULT result = MCA_BAD_HANDLE;
  /system/bt/bta/hl/
bta_hl_act.c 416 tMCA_RESULT result;
    [all...]

Completed in 40 milliseconds