Searched refs:data_cfg (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c302 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
303 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0')
305 sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp;
H A Dbta_hl_utils.c1835 if (max_rx_apdu_size < p_mdep_cfg->data_cfg[i].max_rx_apdu_size)
1837 max_rx_apdu_size = p_mdep_cfg->data_cfg[i].max_rx_apdu_size;
1840 if (max_tx_apdu_size < p_mdep_cfg->data_cfg[i].max_tx_apdu_size)
1842 max_tx_apdu_size = p_mdep_cfg->data_cfg[i].max_tx_apdu_size;
H A Dbta_hl_int.h575 &(bta_hl_cb.acb[(app_idx)].sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[data_cfg_idx])
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c618 UINT16 data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
1225 if ( p_acb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type == mdep_data_type)
1703 p_mdl->extra.data_type = p_acb->sup_feature.mdep[p_mcb->pcb.mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
1707 p_acb->sup_feature.mdep[p_mcb->pcb.mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type,
2560 p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type, &dch_open.peer_mdep_id ))
3293 p_cfg->mdep_role,p_cfg->data_cfg[0].data_type );
3295 p_nv_cfg->mdep_role,p_nv_cfg->data_cfg[0].data_type );
3297 p_cfg->data_cfg[0].data_type != p_nv_cfg->data_cfg[0].data_type )
4194 p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.data_cfg[
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_api.h242 tBTA_HL_MDEP_DATA_TYPE_CFG data_cfg[BTA_HL_NUM_DATA_TYPES]; member in struct:__anon697

Completed in 47 milliseconds