Home | History | Annotate | Download | only in src

Lines Matching refs:mdl

252                         if (p_mcb->mdl[x].in_use)
328 ** Description Find the MDL index using MDL ID
342 if (p_mcb->mdl[i].in_use &&
344 (p_mcb->mdl[i].mdl_id== mdl_id))
377 if (p_mcb->mdl[i].in_use && p_mcb->mdl[i].is_the_first_reliable)
391 ** Description Cleanup the delete mdl control block
421 ** Description Cleanup the MDL control block
635 BTIF_TRACE_DEBUG("found streaming mode mdl index=%d", j);
905 ** Description Find the MDL index using channel id
948 ** Description Find the MDL index using channel id
1029 ** Description Find the MDL index using handle
1671 ** Description Find the mdl index using mdl_id
1695 if (p_mcb->mdl[x].in_use && p_mcb->mdl[x].mdl_id == mdl_id)
1830 if (p_mcb->mdl[x].in_use)
1915 ** Description Find a not in-use MDL index
1928 if (!p_mcb->mdl[i].in_use)
1930 btif_hl_clean_mdl_cb(&p_mcb->mdl[i]);
1945 ** Description Find a not in-use MDL index
2567 ** Description Process the MDL create indication
4183 ** Description Save the MDL configuration
4251 ** Description Delete the MDL configuration
4939 ** Description load the MDL configuation from the application control block