Searched refs:bt_loop_count (Results 1 – 1 of 1) sorted by relevance
41 static int bt_loop_count = 0; variable248 (void)OS_SPrintf((char *)user_data, " %5d\n", bt_loop_count); in bt_callback()377 bt_loop_count++; in bt_callback()378 if (bt_loop_count > 99999) in bt_callback()380 bt_loop_count = 0; in bt_callback()383 (void)OS_SPrintf((char *)user_data, " %05d\n", bt_loop_count); in bt_callback()