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

  /system/bt/tools/mcap_tool/
mcap_test_mdl.h 30 * @param mdep_handle Associated MDEP handle
36 tMCA_DEP mdep_handle, uint16_t mdl_id, uint8_t dep_id, uint8_t cfg);
40 * @param mdep_handle Associated MDEP handle
45 bool UpdateContext(tMCA_DEP mdep_handle, uint8_t dep_id, uint8_t cfg);
mcap_test_mcl.h 54 * @param mdep_handle MDEP handle for data, MDEP must be prior created
60 McapMdl* AllocateMdl(tMCA_DEP mdep_handle, uint16_t mdl_id, uint8_t dep_id,
65 * @param mdep_handle MDEP handle for data, MDEP must be prior created
73 bool CreateMdl(tMCA_DEP mdep_handle, uint16_t data_psm, uint16_t mdl_id,
83 * @param mdep_handle MDEP handle for data, MDEP must be prior created
89 bool CreateMdlResponse(tMCA_DEP mdep_handle, uint16_t mdl_id,
mcap_test_mdl.cc 48 tMCA_CL mcl_handle, tMCA_DEP mdep_handle, uint16_t mdl_id,
52 _mdep_handle = mdep_handle;
58 bool McapMdl::UpdateContext(tMCA_DEP mdep_handle, uint8_t dep_id, uint8_t cfg) {
62 _mdep_handle = mdep_handle;
mcap_test_mcl.cc 52 McapMdl* McapMcl::AllocateMdl(tMCA_DEP mdep_handle, uint16_t mdl_id,
66 _mdl_list.push_back(McapMdl(_mcap_test_interface, _mcl_handle, mdep_handle,
71 bool McapMcl::CreateMdl(tMCA_DEP mdep_handle, uint16_t data_psm,
81 mcap_mdl = AllocateMdl(mdep_handle, mdl_id, peer_dep_id, cfg);
101 bool McapMcl::CreateMdlResponse(tMCA_DEP mdep_handle, uint16_t mdl_id,
110 mcap_mdl = AllocateMdl(mdep_handle, mdl_id, my_dep_id, cfg);
119 mcap_mdl->UpdateContext(mdep_handle, my_dep_id, cfg);
mcap_test_app.h 88 McapMdep* FindMdepByHandle(tMCA_DEP mdep_handle);
mcap_test_app.cc 185 McapMdep* McapTestApp::FindMdepByHandle(tMCA_DEP mdep_handle) {
187 if (mdep.GetHandle() == mdep_handle) {
303 tMCA_DEP mdep_handle = 0; local
305 mdep_handle = _mdep_list[0].GetHandle();
310 mcl, mdep_handle, p_data->reconnect_ind.mdl_id, MCA_RSP_BAD_MDL,
mcap_tool.cc 660 uint8_t mdep_handle = get_int(&p, 0); local
661 printf("%s: mcap_handle=%d, mdep_handle=%d\n", __func__,
662 sMcapTestApp->GetHandle(), mdep_handle);
663 if (!mdep_handle) {
667 McapMdep* mcap_mdep = sMcapTestApp->FindMdepByHandle(mdep_handle);
669 LOG(ERROR) << "No MDEP for handle " << (int)mdep_handle;
717 uint16_t mdep_handle = get_int(&p, 0); // arg2 local
724 "%s: bd_addr=%s, mdep_handle=%d, data_psm=0x%04x, mdl_id=%d,"
726 __func__, buf, mdep_handle, data_psm, mdl_id, peer_dep_id, cfg,
728 if (!data_psm || !peer_dep_id || !valid_bd_addr || !mdep_handle) {
    [all...]

Completed in 192 milliseconds