Lines Matching refs:mdl
251 if (p_mcb->mdl[x].in_use)
362 ** Description Find the MDL index using MDL ID
376 if (p_mcb->mdl[i].in_use &&
378 (p_mcb->mdl[i].mdl_id== mdl_id))
459 if (p_mcb->mdl[i].in_use && p_mcb->mdl[i].is_the_first_reliable)
473 ** Description Cleanup the delete mdl control block
504 ** Description Cleanup the MDL control block
721 BTIF_TRACE_DEBUG1("found streaming mode mdl index=%d", j);
991 ** Description Find the MDL index using channel id
1032 ** Description Find the MDL index using channel id
1114 ** Description Find the MDL index using handle
1806 ** Description Find the mdl index using mdl_id
1830 if (p_mcb->mdl[x].in_use && p_mcb->mdl[x].mdl_id == mdl_id)
1965 if (p_mcb->mdl[x].in_use)
2049 ** Description Find a not in-use MDL index
2062 if (!p_mcb->mdl[i].in_use)
2064 btif_hl_clean_mdl_cb(&p_mcb->mdl[i]);
2079 ** Description Find a not in-use MDL index
2733 ** Description Process the MDL create indication
4382 ** Description Save the MDL configuration
4450 ** Description Delete the MDL configuration
5227 ** Description load the MDL configuation from the application control block