Lines Matching refs:mdl
268 ** Description This function clean up the specified MDL control block
671 if (bta_hl_find_mdl_idx_using_handle((tBTA_HL_MDL_HANDLE)p_msg->mca_evt.mca_data.close_cfm.mdl,
679 if (bta_hl_find_mdl_idx_using_handle((tBTA_HL_MDL_HANDLE)p_msg->mca_evt.mca_data.close_ind.mdl,
697 if (bta_hl_find_mdl_idx_using_handle((tBTA_HL_MDL_HANDLE)p_msg->mca_evt.mca_data.cong_chg.mdl,
793 ** Description This function allocates a MDL ID
795 ** Returns UINT16 - MDL ID
812 if (p_mcb->mdl[i].in_use &&
814 (p_mcb->mdl[i].mdl_id == mdl_id) )
823 /* start from the beginning to get another MDL value*/
835 /* found a new MDL value */
851 ** Description This function finds the MDL index based on mdl_id
865 if (p_mcb->mdl[i].in_use &&
867 (p_mcb->mdl[i].mdl_id== mdl_id))
890 ** Description This function finds an active MDL
904 if (p_mcb->mdl[i].in_use &&
905 (p_mcb->mdl[i].dch_state == BTA_HL_DCH_OPEN_ST))
928 ** Description This function finds a MDL which in the DCH setup state
942 if (p_mcb->mdl[i].in_use &&
943 (p_mcb->mdl[i].dch_state == BTA_HL_DCH_OPENING_ST))
1202 ** Description This function finds the MDL control block index based on
1203 ** the MDL handle
1277 if (p_mcb->mdl[i].in_use && p_mcb->mdl[i].is_the_first_reliable)
1294 ** Description This function finds a valid MDL configiration index and this
1295 ** MDL ID is not active
1356 ** Description This function finds an available MDL configiration index
1377 /* found an unused space to store mdl cfg*/
1386 /* all available mdl cfg spaces are in use so we need to find the mdl cfg which is
1450 ** Description This function finds the MDL configuration index based on
1451 ** the MDL ID
1562 ** Description This function sort the mdl configuration idx stored in array a
1592 ** Description This function finds the MDL configuration index based on
1593 ** the MDL ID
1645 ** Description This function checks whether the MDL ID
1688 ** Description This function delete the specified MDL ID
1737 ** Description This function checks the specified MDL ID is in valid range or not
2064 ** Description This function finds an available MDL control block index
2079 if (!p_mcb->mdl[i].in_use)
2081 memset((void *)&p_mcb->mdl[i],0, sizeof(tBTA_HL_MDL_CB));
2345 ** Description This function saves the MDL configuration
2367 APPL_TRACE_ERROR0("No space to save the MDL config");
2563 APPL_TRACE_DEBUG3("bta_hl_get_l2cap_cfg success=%d mdl=%d lcid=%d", success, mdl_hnd, lcid);
3088 ** Description This function builds the delete MDL confirmation event data