Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify/src/
Dcommon.h51 #define LONG_CHRC_SIZE 40 macro
Dgatt_server_test.c19 const uint8_t long_chrc_data[] = { LISTIFY(LONG_CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
147 static size_t length = LONG_CHRC_SIZE; in long_notify()
151 .len = LONG_CHRC_SIZE, in long_notify()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/general/src/
Dcommon.h51 #define LONG_CHRC_SIZE 40 macro
Dgatt_client_test.c28 static uint8_t long_chrc_data[] = { LISTIFY(LONG_CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
29 static uint8_t data_received[LONG_CHRC_SIZE];
288 if (data_received_size != LONG_CHRC_SIZE || in gatt_read_cb()
291 LONG_CHRC_SIZE); in gatt_read_cb()
Dgatt_server_test.c56 static uint8_t long_chrc_data[LONG_CHRC_SIZE];
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/disable/src/
Dcommon.h55 #define LONG_CHRC_SIZE 40 macro
Dgatt_client_test.c26 static uint8_t long_chrc_data[] = { LISTIFY(LONG_CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
226 if (length != LONG_CHRC_SIZE || in gatt_read_cb()
Dgatt_server_test.c48 static uint8_t long_chrc_data[LONG_CHRC_SIZE];
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dcommon.h53 #define LONG_CHRC_SIZE 40 macro
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dcommon.h56 #define LONG_CHRC_SIZE 40 macro
Dgatt_server_test.c19 const uint8_t long_chrc_data[] = { LISTIFY(LONG_CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */
107 .len = LONG_CHRC_SIZE, in multiple_notify()