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/ |
D | common.h | 51 #define LONG_CHRC_SIZE 40 macro
|
D | gatt_server_test.c | 19 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/ |
D | common.h | 51 #define LONG_CHRC_SIZE 40 macro
|
D | gatt_client_test.c | 28 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()
|
D | gatt_server_test.c | 56 static uint8_t long_chrc_data[LONG_CHRC_SIZE];
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/disable/src/ |
D | common.h | 55 #define LONG_CHRC_SIZE 40 macro
|
D | gatt_client_test.c | 26 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()
|
D | gatt_server_test.c | 48 static uint8_t long_chrc_data[LONG_CHRC_SIZE];
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | common.h | 53 #define LONG_CHRC_SIZE 40 macro
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | common.h | 56 #define LONG_CHRC_SIZE 40 macro
|
D | gatt_server_test.c | 19 const uint8_t long_chrc_data[] = { LISTIFY(LONG_CHRC_SIZE, ARRAY_ITEM, (,)) }; /* 1, 2, 3 ... */ 107 .len = LONG_CHRC_SIZE, in multiple_notify()
|