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

  /system/bt/tools/mcap_tool/
mcap_test_mdep.cc 23 tMCA_HANDLE mcap_handle, uint8_t type, uint8_t max_mdl,
28 _mca_cs.max_mdl = max_mdl;
mcap_test_mdep.h 29 * @param max_mdl Maximum number of MDL's allowed
33 tMCA_HANDLE mcap_handle, uint8_t type, uint8_t max_mdl,
mcap_test_app.h 78 * @param max_mdl Maximum number of data channels for this end point
82 bool CreateMdep(uint8_t type, uint8_t max_mdl,
mcap_test_app.cc 154 bool McapTestApp::CreateMdep(uint8_t type, uint8_t max_mdl,
161 max_mdl, data_callback));
  /system/bt/stack/mcap/
mca_dsm.cc 154 /* make sure p_cs->max_mdl is smaller than MCA_NUM_MDLS at MCA_CreateDep */
155 max = p_cs->max_mdl;
192 /* make sure p_cs->max_mdl is smaller than MCA_NUM_MDLS at MCA_CreateDep */
193 max = p_cs->max_mdl;
mca_api.cc 216 if (p_cs->max_mdl > MCA_NUM_MDLS) {
217 MCA_TRACE_ERROR("max_mdl: %d is too big", p_cs->max_mdl);
  /system/bt/stack/include/
mca_api.h 114 uint8_t max_mdl; /* The maximum number of MDLs for this MDEP (max is member in struct:__anon2443
  /system/bt/bta/hl/
bta_hl_utils.cc     [all...]

Completed in 367 milliseconds