Searched refs:MCA_NUM_MDLS (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_dsm.c184 p_dcb_tmp = &mca_cb.dcb[i*MCA_NUM_MDLS];
185 /* make sure p_cs->max_mdl is smaller than MCA_NUM_MDLS at MCA_CreateDep */
226 p_dcb = &mca_cb.dcb[i * MCA_NUM_MDLS];
227 /* make sure p_cs->max_mdl is smaller than MCA_NUM_MDLS at MCA_CreateDep */
330 p_dcb = &mca_cb.dcb[i*MCA_NUM_MDLS];
331 for (i=0; i<MCA_NUM_MDLS; i++, p_dcb++)
H A Dmca_csm.c374 p_dcb = &mca_cb.dcb[i*MCA_NUM_MDLS];
375 for (i=0; i<MCA_NUM_MDLS; i++, p_dcb++)
H A Dmca_api.c231 if (p_cs->max_mdl > MCA_NUM_MDLS)
304 max = MCA_NUM_MDLS*MCA_NUM_LINKS;
/external/bluetooth/bluedroid/stack/include/
H A Dmca_api.h32 #define MCA_NUM_TC_TBL ((MCA_NUM_REGS)*(MCA_NUM_LINKS)*(MCA_NUM_MDLS+1))
34 #define MCA_NUM_DCBS ((MCA_NUM_REGS)*(MCA_NUM_LINKS)*(MCA_NUM_MDLS)) /* Number of data channel control blocks */
104 UINT8 max_mdl; /* The maximum number of MDLs for this MDEP (max is MCA_NUM_MDLS) */
/external/bluetooth/bluedroid/include/
H A Dbt_target.h3524 #ifndef MCA_NUM_MDLS
3525 #define MCA_NUM_MDLS 4 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h3409 #ifndef MCA_NUM_MDLS
3410 #define MCA_NUM_MDLS 4 macro

Completed in 157 milliseconds