Home
last modified time | relevance | path

Searched refs:mdep (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_sdp.cc262 if (p_cb->sup_feature.mdep[i].mdep_id) { in bta_hl_sdp_update()
263 mdep_id = (uint8_t)p_cb->sup_feature.mdep[i].mdep_id; in bta_hl_sdp_update()
264 mdep_role = (uint8_t)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role; in bta_hl_sdp_update()
268 p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types); in bta_hl_sdp_update()
270 j < p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; in bta_hl_sdp_update()
275 p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type; in bta_hl_sdp_update()
276 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0') { in bta_hl_sdp_update()
278 p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp; in bta_hl_sdp_update()
452 mdep_id = (uint8_t)p_cb->sup_feature.mdep[i].mdep_id; in bta_hl_sdp_register()
453 mdep_role = (uint8_t)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role; in bta_hl_sdp_register()
[all …]
Dbta_hl_utils.cc336 tBTA_HL_MDEP* p_mdep = &p_acb->sup_feature.mdep[mdep_idx]; in bta_hl_find_echo_cfg_rsp()
1549 if (p_sup_feature->mdep[i].mdep_id == local_mdep_id) { in bta_hl_find_mdep_cfg_idx()
1584 p_mdep_cfg = &p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg; in bta_hl_find_rxtx_apdu_size()
1676 (p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.mdep_role == in bta_hl_chk_local_cfg()
1727 if (p_sup_feature->mdep[i].mdep_id == in bta_hl_validate_reconnect_params()
1915 if (p_acb->sup_feature.mdep[mdep_idx].mdep_id == 0) { in bta_hl_app_update()
1928 &(p_acb->sup_feature.mdep[mdep_idx].mdep_id), in bta_hl_app_update()
1932 p_acb->sup_feature.mdep[mdep_idx].mdep_id, in bta_hl_app_update()
1933 &p_acb->sup_feature.mdep[mdep_idx].mdep_cfg)) { in bta_hl_app_update()
1934 p_acb->sup_feature.mdep[mdep_idx].ori_app_id = app_id; in bta_hl_app_update()
[all …]
Dbta_hl_int.h554 &(bta_hl_cb.acb[(app_idx)].sup_feature.mdep[(mdep_cfg_idx)].mdep_cfg)
557 .sup_feature.mdep[(mdep_cfg_idx)] \
Dbta_hl_main.cc925 (p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.mdep_role == in bta_hl_api_dch_open()
/system/bt/btif/co/
Dbta_hl_co.cc138 p_btif_hl_cb->acb[app_idx].sup_feature.mdep[idx].mdep_id = mdep_id; in bta_hl_co_get_mdep_config()
140 &p_btif_hl_cb->acb[app_idx].sup_feature.mdep[idx].mdep_cfg, in bta_hl_co_get_mdep_config()
/system/bt/btif/src/
Dbtif_hl.cc542 p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type; in btif_hl_is_reconnect_possible()
1076 p_sup_feature->mdep[i].mdep_id, app_idx); in btif_hl_find_mdep_cfg_idx()
1077 if (p_sup_feature->mdep[i].mdep_id == local_mdep_id) { in btif_hl_find_mdep_cfg_idx()
1326 static bool btif_hl_get_bta_mdep_role(bthl_mdep_role_t mdep, in btif_hl_get_bta_mdep_role() argument
1329 switch (mdep) { in btif_hl_get_bta_mdep_role()
1343 *p, mdep); in btif_hl_get_bta_mdep_role()
1746 btif_hl_cb.acb[i].sup_feature.mdep[0].mdep_id); in btif_hl_find_app_idx_using_mdepId()
1748 (btif_hl_cb.acb[i].sup_feature.mdep[0].mdep_id == mdep_id)) { in btif_hl_find_app_idx_using_mdepId()
2243 p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_id; in btif_hl_proc_pending_op()
2246 p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx] in btif_hl_proc_pending_op()
[all …]
/system/bt/bta/include/
Dbta_hl_api.h244 tBTA_HL_MDEP mdep[BTA_HL_NUM_MDEPS]; member