Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c27 static uint8_t chrc_data[] = { LISTIFY(CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
283 if (data_received_size != CHRC_SIZE || in gatt_read_cb()
285 FAIL("chrc data different than expected (%u %u)\n", length, CHRC_SIZE); in gatt_read_cb()
294 if (data_received_size != CHRC_SIZE || in gatt_read_cb()
296 FAIL("enc_chrc data different than expected (%u %u)\n", length, CHRC_SIZE); in gatt_read_cb()
299 if (data_received_size != CHRC_SIZE || in gatt_read_cb()
301 FAIL("lesc_chrc data different than expected (%u %u)\n", length, CHRC_SIZE); in gatt_read_cb()
Dcommon.h50 #define CHRC_SIZE 10 macro
Dgatt_server_test.c55 static uint8_t chrc_data[CHRC_SIZE];
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/caching/src/
Dcommon.h51 #define CHRC_SIZE 10 macro
Dgatt_server_test.c67 static const uint8_t chrc_data[] = { LISTIFY(CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
74 return bt_gatt_attr_read(conn, attr, buf, len, offset, (const void *)chrc_data, CHRC_SIZE); in read_test_chrc()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/authorization/src/
Dcommon.h50 #define CHRC_SIZE 10 macro
Dgatt_client_test.c25 static uint8_t chrc_data[] = { LISTIFY(CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
249 if ((length != CHRC_SIZE) || (memcmp(data, chrc_data, length) != 0)) { in gatt_read_cb()
Dgatt_server_test.c58 uint8_t data[CHRC_SIZE];
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify/src/
Dcommon.h50 #define CHRC_SIZE 10 macro
Dgatt_server_test.c18 const uint8_t chrc_data[] = { LISTIFY(CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
121 static size_t length = CHRC_SIZE; in short_notify()
125 .len = CHRC_SIZE, in short_notify()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/disable/src/
Dcommon.h54 #define CHRC_SIZE 10 macro
Dgatt_client_test.c25 static uint8_t chrc_data[] = { LISTIFY(CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
221 if (length != CHRC_SIZE || in gatt_read_cb()
Dgatt_server_test.c47 static uint8_t chrc_data[CHRC_SIZE];
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dcommon.h52 #define CHRC_SIZE 10 macro
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dcommon.h55 #define CHRC_SIZE 10 macro
Dgatt_server_test.c18 const uint8_t chrc_data[] = { LISTIFY(CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
113 .len = CHRC_SIZE, in multiple_notify()