Searched refs:CHRC_SIZE (Results 1 – 16 of 16) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/general/src/ |
D | gatt_client_test.c | 27 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()
|
D | common.h | 50 #define CHRC_SIZE 10 macro
|
D | gatt_server_test.c | 55 static uint8_t chrc_data[CHRC_SIZE];
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | common.h | 51 #define CHRC_SIZE 10 macro
|
D | gatt_server_test.c | 67 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/ |
D | common.h | 50 #define CHRC_SIZE 10 macro
|
D | gatt_client_test.c | 25 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()
|
D | gatt_server_test.c | 58 uint8_t data[CHRC_SIZE];
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | common.h | 50 #define CHRC_SIZE 10 macro
|
D | gatt_server_test.c | 18 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/ |
D | common.h | 54 #define CHRC_SIZE 10 macro
|
D | gatt_client_test.c | 25 static uint8_t chrc_data[] = { LISTIFY(CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */ 221 if (length != CHRC_SIZE || in gatt_read_cb()
|
D | gatt_server_test.c | 47 static uint8_t chrc_data[CHRC_SIZE];
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | common.h | 52 #define CHRC_SIZE 10 macro
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | common.h | 55 #define CHRC_SIZE 10 macro
|
D | gatt_server_test.c | 18 const uint8_t chrc_data[] = { LISTIFY(CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */ 113 .len = CHRC_SIZE, in multiple_notify()
|