Home
last modified time | relevance | path

Searched refs:p_mdep (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_hl.c483 tBTA_HL_SDP_MDEP_CFG *p_mdep; in btif_hl_find_sdp_idx_using_mdep_filter() local
509 p_mdep = &(p_mcb->sdp.sdp_rec[i].mdep_cfg[mdep_idx]); in btif_hl_find_sdp_idx_using_mdep_filter()
510 if ( (p_mdep->data_type == data_type) && in btif_hl_find_sdp_idx_using_mdep_filter()
511 (p_mdep->mdep_role == peer_mdep_role) ) in btif_hl_find_sdp_idx_using_mdep_filter()
2575 tBTA_HL_MDEP *p_mdep; in btif_hl_proc_create_ind() local
2594 p_mdep = &(p_acb->sup_feature.mdep[mdep_cfg_idx]); in btif_hl_proc_create_ind()
2596 switch (p_mdep->mdep_cfg.mdep_role) in btif_hl_proc_create_ind()
/system/bt/bta/hl/
Dbta_hl_utils.c385 tBTA_HL_MDEP *p_mdep= &p_acb->sup_feature.mdep[mdep_idx]; in bta_hl_find_echo_cfg_rsp() local
388 if (p_mdep->mdep_id == BTA_HL_ECHO_TEST_MDEP_ID) in bta_hl_find_echo_cfg_rsp()