Searched refs:closet (Results 1 – 1 of 1) sorted by relevance
109 static struct bt_gatt_read_params closet[READ_PARAMS_COUNT]; variable180 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()