Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c229 static uint16_t cp_write_cnt; in write_cp_chrc() local
233 if (cp_write_cnt == 0) { in write_cp_chrc()
236 } else if (cp_write_cnt == 1) { in write_cp_chrc()
239 } else if (cp_write_cnt == 2) { in write_cp_chrc()
243 FAIL("Invalid value of CP write counter %u\n", cp_write_cnt); in write_cp_chrc()
258 cp_write_cnt++; in write_cp_chrc()
260 if (cp_write_cnt == 3) { in write_cp_chrc()