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

  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 48 /* mdep sequence */
58 /* for each mdep list */
284 if (p_cb->sup_feature.mdep[i].mdep_id)
286 mdep_id = (UINT8)p_cb->sup_feature.mdep[i].mdep_id;
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
    [all...]
bta_hl_utils.c 423 tBTA_HL_MDEP *p_mdep= &p_acb->sup_feature.mdep[mdep_idx];
    [all...]
bta_hl_int.h 299 tBTA_HL_MDEP_ID local_mdep_id; /* local MDEP ID */
300 tBTA_HL_MDEP_ID peer_mdep_id; /* peer mdep id */
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...]
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 66 ** p_num_of_mdep (output) - number of MDEP configurations supported
93 ** Description This function is called to find out whether the SOURCE MDEP
98 ** Returns Bloolean - TRUE advertise the SOURCE MDEP configuration
122 ** configuration for the specified mdep index and it also assigns
123 ** the MDEP ID for the specified mdep index
126 ** mdep_idx - the mdep index
128 ** mdep_id - the assigned MDEP ID for the specified medp_idx
129 ** p_mdl_cfg (output) - pointer to the MDEP configuration
150 p_btif_hl_cb->acb[app_idx].sup_feature.mdep[idx].mdep_id = mdep_id
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 543 ** Description This function finds the SDP record index using MDEP filter parameters
558 ** Description This function finds the SDP record index using MDEP filter parameters
656 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 63 per MDEP ID */
248 tBTA_HL_MDEP_ID mdep_id; /* MDEP ID 0x01-0x7F */
255 tBTA_HL_MDEP mdep[BTA_HL_NUM_MDEPS]; member in struct:__anon5463
322 tBTA_HL_MDEP_ID local_mdep_id; /* local MDEP ID */
323 tBTA_HL_MDEP_ID peer_mdep_id; /* peer mdep id */
351 tBTA_HL_MDEP_ID local_mdep_id; /* local MDEP ID */
370 UINT8 num_mdeps; /* number of mdep elements from SDP*/

Completed in 43 milliseconds