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

  /system/bt/bta/hl/
bta_hl_sdp.cc 48 /* mdep sequence */
57 /* for each mdep list */
262 if (p_cb->sup_feature.mdep[i].mdep_id) {
263 mdep_id = (uint8_t)p_cb->sup_feature.mdep[i].mdep_id;
264 mdep_role = (uint8_t)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role;
268 p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types);
270 j < p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types;
275 p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
276 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0') {
278 p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp
    [all...]
bta_hl_utils.cc 336 tBTA_HL_MDEP* p_mdep = &p_acb->sup_feature.mdep[mdep_idx];
    [all...]
bta_hl_int.h 283 tBTA_HL_MDEP_ID local_mdep_id; /* local MDEP ID */
284 tBTA_HL_MDEP_ID peer_mdep_id; /* peer mdep id */
554 &(bta_hl_cb.acb[(app_idx)].sup_feature.mdep[(mdep_cfg_idx)].mdep_cfg)
557 .sup_feature.mdep[(mdep_cfg_idx)] \
    [all...]
bta_hl_main.cc     [all...]
  /system/bt/btif/co/
bta_hl_co.cc 62 * p_num_of_mdep (output) - number of MDEP configurations
86 * Description This function is called to find out whether the SOURCE MDEP
92 * Returns true when advertise the SOURCE MDEP configuration
114 * configuration for the specified mdep index and it also
115 * assigns the MDEP ID for the specified mdep index
118 * mdep_idx - the mdep index
120 * mdep_id - the assigned MDEP ID for the specified medp_idx
121 * p_mdl_cfg (output) - pointer to the MDEP configuration
138 p_btif_hl_cb->acb[app_idx].sup_feature.mdep[idx].mdep_id = mdep_id
    [all...]
  /system/bt/tools/mcap_tool/
mcap_test_app.cc 186 for (McapMdep& mdep : _mdep_list) {
187 if (mdep.GetHandle() == mdep_handle) {
188 return &mdep;
261 LOG(ERROR) << "MDEP ID " << (int)p_data->create_ind.dep_id
307 LOG(ERROR) << "Cannot find any available MDEP";
  /system/bt/btif/src/
btif_hl.cc 434 * Description This function finds the SDP record index using MDEP filter
449 * Description This function finds the SDP record index using MDEP filter
540 p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
    [all...]
  /system/bt/bta/include/
bta_hl_api.h 64 per MDEP ID */
238 tBTA_HL_MDEP_ID mdep_id; /* MDEP ID 0x01-0x7F */
244 tBTA_HL_MDEP mdep[BTA_HL_NUM_MDEPS]; member in struct:__anon113140
306 tBTA_HL_MDEP_ID local_mdep_id; /* local MDEP ID */
307 tBTA_HL_MDEP_ID peer_mdep_id; /* peer mdep id */
329 tBTA_HL_MDEP_ID local_mdep_id; /* local MDEP ID */
346 uint8_t num_mdeps; /* number of mdep elements from SDP*/

Completed in 4470 milliseconds