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

  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery_int.h 26 #ifndef BA_MAX_INT_NUM
27 #define BA_MAX_INT_NUM 4
51 tBA_INST battery_inst[BA_MAX_INT_NUM];
srvc_battery.c 53 for (;i < BA_MAX_INT_NUM; i ++, p_inst++)
80 for (i = 0; i < BA_MAX_INT_NUM; i ++, p_inst ++)
120 for (i = 0; i < BA_MAX_INT_NUM; i ++, p_inst ++)
206 if (battery_cb.inst_id == BA_MAX_INT_NUM)
314 while (i < BA_MAX_INT_NUM)
321 if (i == BA_MAX_INT_NUM)
380 while (i < BA_MAX_INT_NUM)
387 if (i == BA_MAX_INT_NUM || p_inst->clt_cfg_hdl == 0)

Completed in 26 milliseconds