Home
last modified time | relevance | path

Searched refs:OBJ_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_ots.c19 #define OBJ_POOL_SIZE CONFIG_BT_OTS_MAX_OBJ_CNT macro
26 } objects[OBJ_POOL_SIZE];
167 if (obj_index >= OBJ_POOL_SIZE) { in ots_obj_created()
201 if (obj_index >= OBJ_POOL_SIZE) { in ots_obj_deleted()
229 if (obj_index >= OBJ_POOL_SIZE) { in ots_obj_read()
246 if (obj_index >= OBJ_POOL_SIZE) { in ots_obj_write()
266 if (obj_index >= OBJ_POOL_SIZE) { in ots_obj_cal_checksum()
/Zephyr-latest/samples/bluetooth/peripheral_ots/src/
Dmain.c23 #define OBJ_POOL_SIZE CONFIG_BT_OTS_MAX_OBJ_CNT macro
38 } objects[OBJ_POOL_SIZE];
204 if (obj_index >= OBJ_POOL_SIZE) { in ots_obj_cal_checksum()