Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_sdp.c297 …p_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type; in bta_hl_sdp_update()
298 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0') in bta_hl_sdp_update()
300 … sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp; in bta_hl_sdp_update()
505 …p_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type; in bta_hl_sdp_register()
506 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0') in bta_hl_sdp_register()
508 … sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp; in bta_hl_sdp_register()
Dbta_hl_utils.c1838 if (max_rx_apdu_size < p_mdep_cfg->data_cfg[i].max_rx_apdu_size) in bta_hl_find_rxtx_apdu_size()
1840 max_rx_apdu_size = p_mdep_cfg->data_cfg[i].max_rx_apdu_size; in bta_hl_find_rxtx_apdu_size()
1843 if (max_tx_apdu_size < p_mdep_cfg->data_cfg[i].max_tx_apdu_size) in bta_hl_find_rxtx_apdu_size()
1845 max_tx_apdu_size = p_mdep_cfg->data_cfg[i].max_tx_apdu_size; in bta_hl_find_rxtx_apdu_size()
Dbta_hl_int.h597 … &(bta_hl_cb.acb[(app_idx)].sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[data_cfg_idx])
/external/bluetooth/bluedroid/btif/src/
Dbtif_hl.c649 …UINT16 data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_t… in btif_hl_is_reconnect_possible()
1257 … if ( p_acb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type == mdep_data_type) in btif_hl_find_local_mdep_id()
2570 …p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type, &dch_open.peer_mdep_i… in btif_hl_proc_pending_op()
4056 … p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.data_cfg[0].data_type, &dch_open.peer_mdep_id )) in connect_channel()
4093 …er.elem[0].data_type = p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.data_cfg[mdep_cfg_index].d… in connect_channel()
4175 …lter.elem[0].data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[mdep_cfg_idx].dat… in destroy_channel()
4310 p_data = &p_cfg->data_cfg[0]; in register_application()
4414 …>extra.data_type = p_acb->sup_feature.mdep[p_mcb->pcb.mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type; in btif_hl_save_mdl_cfg()
4418 … p_acb->sup_feature.mdep[p_mcb->pcb.mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type, in btif_hl_save_mdl_cfg()
/external/bluetooth/bluedroid/bta/include/
Dbta_hl_api.h243 tBTA_HL_MDEP_DATA_TYPE_CFG data_cfg[BTA_HL_NUM_DATA_TYPES]; member