Lines Matching full:round
53 /* on-disk hash will be different when round 2 (and round 4) in server_round_1()
89 /* on-disk hash will be different when round 2 (and round 4) in server_round_3()
134 * Round 0 -> 1: test CCC / CF values written before bonding are stored to NVS
137 * Round 1 -> 2: test change-awareness is updated if GATT DB changes _after_ the
138 * peer has disconnected. In round 2 we also make sure we receive the Service
141 * Round 2 -> 3: tests `CONFIG_BT_SETTINGS_CF_STORE_ON_WRITE` does its job, and
146 * Round 3 -> 4: same as (1->2), except this time we won't get the SC indication
151 * Round 4 -> 5: tests change-awareness status is still written on disconnect.
155 * Round 5 -> 6: tests DFU corner case: in this case, we are on the first boot
158 * time to execute and store that the peers are now change-unaware. Round 6 then
163 uint8_t round = get_test_round(); in server_procedure() local
167 printk("Start test round: %d\n", get_test_round()); in server_procedure()
180 switch (round) { in server_procedure()
203 FAIL("Round %d doesn't exist\n", round); in server_procedure()