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);
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 290 mdep_role = (UINT8)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role;
292 APPL_TRACE_DEBUG1("num_of_mdep_data_types %d ", p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types);
293 for (j=0; j<p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; j++)
297 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
298 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0')
300 sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp;
499 mdep_role = (UINT8)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role;
501 for (j=0; j<p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; j++)
505 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
506 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 595 #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)
597 &(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:__anon20641
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 590 p_mdep = &(p_mcb->sdp.sdp_rec[i].mdep_cfg[mdep_idx]);
649 UINT16 data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hl_api.h 249 tBTA_HL_MDEP_CFG mdep_cfg; member in struct:__anon2732
374 tBTA_HL_SDP_MDEP_CFG mdep_cfg[BTA_HL_NUM_SDP_MDEPS]; member in struct:__anon2746
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 152 &p_btif_hl_cb->acb[app_idx].sup_feature.mdep[idx].mdep_cfg,

Completed in 2916 milliseconds