Searched refs:num_mdeps (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_hl.c | 480 UINT8 i, j, num_recs,num_elems, num_mdeps, mdep_idx; in btif_hl_find_sdp_idx_using_mdep_filter() local 500 num_mdeps = p_mcb->sdp.sdp_rec[i].num_mdeps; in btif_hl_find_sdp_idx_using_mdep_filter() 507 while (!elem_found && mdep_idx < num_mdeps ) in btif_hl_find_sdp_idx_using_mdep_filter() 1090 UINT8 i, num_mdeps; in btif_hl_find_peer_mdep_id() local 1121 num_mdeps = p_rec->num_mdeps; in btif_hl_find_peer_mdep_id() 1122 BTIF_TRACE_DEBUG("num_mdeps=%d", num_mdeps); in btif_hl_find_peer_mdep_id() 1124 for (i = 0; i < num_mdeps; i++) in btif_hl_find_peer_mdep_id() 2233 UINT8 num_recs, i, num_mdeps, j; in btif_hl_proc_sdp_query_cfm() local 2249 num_mdeps = p_sdp->sdp_rec[i].num_mdeps; in btif_hl_proc_sdp_query_cfm() 2250 BTIF_TRACE_DEBUG("num of mdeps =%d",num_mdeps); in btif_hl_proc_sdp_query_cfm() [all …]
|
/system/bt/bta/include/ |
D | bta_hl_api.h | 369 UINT8 num_mdeps; /* number of mdep elements from SDP*/ member
|
/system/bt/bta/hl/ |
D | bta_hl_utils.c | 1850 for (i=0; i< p_rec->num_mdeps; i++) in bta_hl_validate_peer_cfg() 1867 APPL_TRACE_DEBUG("bta_hl_validate_peer_cfg failed num_mdeps=%d",p_rec->num_mdeps); in bta_hl_validate_peer_cfg() 1920 UINT8 num_mdeps; in bta_hl_validate_reconnect_params() local 1945 num_mdeps = p_sup_feature->num_of_mdeps; in bta_hl_validate_reconnect_params() 1946 for (i=0; i< num_mdeps ; i++) in bta_hl_validate_reconnect_params()
|
D | bta_hl_act.c | 1786 p_hdp_rec->num_mdeps = (UINT8) sup_feature.num_elems; in bta_hl_sdp_cback()
|