Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_server_test.c72 static ssize_t read_test_chrc(struct bt_conn *conn, in read_test_chrc() function
146 read_test_chrc, write_test_chrc, NULL),
154 read_test_chrc, write_test_chrc, NULL),
158 read_test_chrc, write_test_chrc, NULL),
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c74 static ssize_t read_test_chrc(struct test_chrc_ctx *chrc_ctx, in read_test_chrc() function
118 return read_test_chrc(&unhandled_chrc_ctx, conn, attr, buf, len, offset); in read_test_unhandled_chrc()
137 return read_test_chrc(&unauthorized_chrc_ctx, conn, attr, buf, len, offset); in read_test_unauthorized_chrc()
156 return read_test_chrc(&authorized_chrc_ctx, conn, attr, buf, len, offset); in read_test_authorized_chrc()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_server_test.c84 static ssize_t read_test_chrc(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, in read_test_chrc() function
94 read_test_chrc, NULL, NULL));
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/
Dgatt_server_test.c72 static ssize_t read_test_chrc(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, in read_test_chrc() function
94 BT_GATT_PERM_READ, read_test_chrc, NULL, NULL),
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_server_test.c62 static ssize_t read_test_chrc(struct bt_conn *conn, in read_test_chrc() function
136 read_test_chrc, write_test_chrc, NULL),
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c73 static ssize_t read_test_chrc(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, in read_test_chrc() function
114 BT_GATT_PERM_READ, read_test_chrc, NULL, NULL),