HomeSort by relevance Sort by last modified time
    Searched refs:MCA_NUM_REGS (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/include/
mca_api.h 32 #define MCA_NUM_TC_TBL ((MCA_NUM_REGS) * (MCA_NUM_LINKS) * (MCA_NUM_MDLS + 1))
34 #define MCA_NUM_CCBS ((MCA_NUM_REGS) * (MCA_NUM_LINKS))
36 #define MCA_NUM_DCBS ((MCA_NUM_REGS) * (MCA_NUM_LINKS) * (MCA_NUM_MDLS))
  /system/bt/stack/mcap/
mca_main.cc 70 for (i = 0; i < MCA_NUM_REGS; i++, p_rcb++) {
94 for (i = 0; i < MCA_NUM_REGS; i++, p_rcb++) {
475 for (i = 0; i < MCA_NUM_REGS; i++) {
500 if (handle && (handle <= MCA_NUM_REGS)) {
549 if (handle && (handle <= MCA_NUM_REGS) && mca_cb.rcb[handle - 1].p_cback) {
mca_int.h 272 tMCA_RCB rcb[MCA_NUM_REGS]; /* registration control block */
  /system/bt/internal_include/
bt_target.h 1245 #ifndef MCA_NUM_REGS
1246 #define MCA_NUM_REGS 12
    [all...]

Completed in 74 milliseconds