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

  /system/bt/stack/include/
mca_api.h 93 tMCA_DEP; /* the handle for MCA_CreateDep. This is also the local mdep_id */
301 extern tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP* p_dep,
317 extern tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep);
370 extern tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, uint16_t data_psm,
389 extern tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, uint16_t mdl_id,
419 extern tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep,
436 extern tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
525 tMCA_RESULT (*create_mdep)(tMCA_HANDLE handle, tMCA_DEP* p_dep,
527 tMCA_RESULT (*delete_mdep)(tMCA_HANDLE handle, tMCA_DEP dep);
531 tMCA_RESULT (*create_mdl_request)(tMCA_CL mcl, tMCA_DEP dep
    [all...]
  /system/bt/stack/mcap/
mca_api.cc 204 tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP* p_dep, tMCA_CS* p_cs) {
262 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) {
386 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, uint16_t data_psm,
458 tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, uint16_t mdl_id,
546 tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, uint16_t data_psm,
605 tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, uint16_t mdl_id,
mca_int.h 304 extern tMCA_DCB* mca_dcb_alloc(tMCA_CCB* p_ccb, tMCA_DEP dep);
305 extern uint8_t mca_dep_free_mdl(tMCA_CCB* p_ccb, tMCA_DEP dep);
335 extern bool mca_is_valid_dep_id(tMCA_RCB* p_rcb, tMCA_DEP dep);
mca_dsm.cc 144 tMCA_DCB* mca_dcb_alloc(tMCA_CCB* p_ccb, tMCA_DEP dep) {
180 uint8_t mca_dep_free_mdl(tMCA_CCB* p_ccb, tMCA_DEP dep) {
mca_main.cc 558 bool mca_is_valid_dep_id(tMCA_RCB* p_rcb, tMCA_DEP dep) {
  /system/bt/bta/include/
bta_hl_api.h 179 typedef tMCA_DEP tBTA_HL_MDEP_ID; /* 0 is for echo test,

Completed in 76 milliseconds