Lines Matching full:mdl
246 if (p_mcb->mdl[x].in_use) {
316 * Description Find the MDL index using MDL ID
328 if (p_mcb->mdl[i].in_use && (mdl_id != 0) &&
329 (p_mcb->mdl[i].mdl_id == mdl_id)) {
359 if (p_mcb->mdl[i].in_use && p_mcb->mdl[i].is_the_first_reliable) {
373 * Description Cleanup the delete mdl control block
401 * Description Cleanup the MDL control block
597 BTIF_TRACE_DEBUG("found streaming mode mdl index=%d", j);
802 * Description Find the MDL index using channel id
841 * Description Find the MDL index using channel id
915 * Description Find the MDL index using handle
1508 * Description Find the mdl index using mdl_id
1528 if (p_mcb->mdl[x].in_use && p_mcb->mdl[x].mdl_id == mdl_id) {
1647 if (p_mcb->mdl[x].in_use) {
1723 * Description Find a not in-use MDL index
1735 if (!p_mcb->mdl[i].in_use) {
1736 btif_hl_clean_mdl_cb(&p_mcb->mdl[i]);
1751 * Description Find a not in-use MDL index
2354 * Description Process the MDL create indication
3870 * Description Save the MDL configuration
3944 * Description Delete the MDL configuration
4627 * Description load the MDL configuation from the application control block