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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 194 bthl_mdep_cfg_t mdep_cfg; local
200 mdep_cfg.mdep_role = (bthl_mdep_role_t) role;
201 mdep_cfg.data_type = data_type;
202 mdep_cfg.channel_type = (bthl_channel_type_t) channel_type;
204 mdep_cfg.mdep_description = env->GetStringUTFChars(name, NULL);
210 reg_param.mdep_cfg = &mdep_cfg;
218 env->ReleaseStringUTFChars(name, mdep_cfg.mdep_description);
  /system/bt/bta/hl/
bta_hl_sdp.c 287 mdep_role = (UINT8)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role;
289 APPL_TRACE_DEBUG("num_of_mdep_data_types %d ", p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types);
290 for (j=0; j<p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; j++)
294 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
295 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0')
297 sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp;
496 mdep_role = (UINT8)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role;
498 for (j=0; j<p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; j++)
502 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
503 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0'
    [all...]
bta_hl_utils.c     [all...]
bta_hl_act.c     [all...]
bta_hl_int.h 594 #define BTA_HL_GET_MDEP_CFG_PTR(app_idx, mdep_cfg_idx) &(bta_hl_cb.acb[(app_idx)].sup_feature.mdep[mdep_cfg_idx].mdep_cfg)
596 &(bta_hl_cb.acb[(app_idx)].sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[data_cfg_idx])
    [all...]
bta_hl_main.c     [all...]
  /hardware/libhardware/include/hardware/
bt_hl.h 69 bthl_mdep_cfg_t *mdep_cfg; /* Dynamic array */ member in struct:__anon24732
  /system/bt/btif/src/
btif_hl.c 609 p_mdep = &(p_mcb->sdp.sdp_rec[i].mdep_cfg[mdep_idx]);
668 UINT16 data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
    [all...]
  /system/bt/bta/include/
bta_hl_api.h 249 tBTA_HL_MDEP_CFG mdep_cfg; member in struct:__anon68937
374 tBTA_HL_SDP_MDEP_CFG mdep_cfg[BTA_HL_NUM_SDP_MDEPS]; member in struct:__anon68951
  /system/bt/btif/co/
bta_hl_co.c 151 &p_btif_hl_cb->acb[app_idx].sup_feature.mdep[idx].mdep_cfg,

Completed in 266 milliseconds