Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dmain.c109 static struct bt_gatt_read_params closet[READ_PARAMS_COUNT]; variable
180 for (int p = 0; p < ARRAY_SIZE(closet); p++) { in a_test_iteration()
181 memset(&closet[p], 0, sizeof(struct bt_gatt_read_params)); in a_test_iteration()
183 closet[p].handle_count = 1; in a_test_iteration()
184 closet[p].single.handle = chrc_value_handle; in a_test_iteration()
185 closet[p].func = gatt_read_cb; in a_test_iteration()
191 err = bt_gatt_read(conn, &closet[p]); in a_test_iteration()