Home
last modified time | relevance | path

Searched refs:GetHandle (Results 1 – 9 of 9) sorted by relevance

/system/bt/tools/mcap_tool/
Dmcap_test_mcl.cc88 << (int)mcap_mdl->GetHandle(); in CreateMdl()
118 << (int)mcap_mdl->GetHandle() << ", updating context"; in CreateMdlResponse()
140 tMCA_CL McapMcl::GetHandle() const { return _mcl_handle; } in GetHandle() function in SYSTEM_BT_TOOLS_MCAP_TOOL::McapMcl
157 if (mdl.GetHandle() == mdl_handle) { in FindMdlByHandle()
Dmcap_test_app.cc147 if (mcap_mcl->GetHandle() != 0) { in ConnectMcl()
165 uint8_t McapTestApp::GetHandle() { return _mcap_handle; } in GetHandle() function in SYSTEM_BT_TOOLS_MCAP_TOOL::McapTestApp
178 if (mcl.GetHandle() == mcl_handle) { in FindMclByHandle()
187 if (mdep.GetHandle() == mdep_handle) { in FindMdepByHandle()
198 if (it->GetHandle() == mcl_handle) { in RemoveMclByHandle()
269 mcap_mdep->GetHandle(), p_data->create_ind.mdl_id, in ControlCallback()
305 mdep_handle = _mdep_list[0].GetHandle(); in ControlCallback()
Dmcap_test_mdep.h46 tMCA_DEP GetHandle() const;
Dmcap_test_mdep.cc47 tMCA_DEP McapMdep::GetHandle() const { return _mdep_handle; } in GetHandle() function in SYSTEM_BT_TOOLS_MCAP_TOOL::McapMdep
Dmcap_test_mdl.h85 tMCA_DL GetHandle();
Dmcap_test_app.h85 uint8_t GetHandle();
Dmcap_test_mcl.h105 tMCA_CL GetHandle() const;
Dmcap_tool.cc630 printf("%s: mcap_handle=%d\n", __func__, sMcapTestApp->GetHandle()); in do_mcap_register()
634 printf("%s: mcap_handle=%d\n", __func__, sMcapTestApp->GetHandle()); in do_mcap_deregister()
636 printf("%s: handle=%d\n", __func__, sMcapTestApp->GetHandle()); in do_mcap_deregister()
641 printf("%s: mcap_handle=%d, type=%d\n", __func__, sMcapTestApp->GetHandle(), in do_mcap_create_mdep()
650 sMcapTestApp->GetHandle(), mdep_handle); in do_mcap_delete_mdep()
672 __func__, sMcapTestApp->GetHandle(), ctrl_psm, sec_mask, buf); in do_mcap_connect_mcl()
Dmcap_test_mdl.cc125 tMCA_DL McapMdl::GetHandle() { return _mdl_handle; } in GetHandle() function in SYSTEM_BT_TOOLS_MCAP_TOOL::McapMdl