Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c61 static ssize_t read_test_chrc(struct test_chrc_ctx *chrc_ctx, in read_test_chrc() argument
66 chrc_ctx->read_cnt++; in read_test_chrc()
69 (void *)chrc_ctx->data, in read_test_chrc()
70 sizeof(chrc_ctx->data)); in read_test_chrc()
73 static ssize_t write_test_chrc(struct test_chrc_ctx *chrc_ctx, in write_test_chrc() argument
77 chrc_ctx->write_cnt++; in write_test_chrc()
79 if (len != sizeof(chrc_ctx->data)) { in write_test_chrc()
94 (void)memcpy(chrc_ctx->data, buf, len); in write_test_chrc()