Home
last modified time | relevance | path

Searched refs:GATT_PAYLOAD_SIZE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Ddata.h15 #define GATT_PAYLOAD_SIZE (CONFIG_BT_L2CAP_TX_MTU - 1 - 2 - 4) macro
Dpeer.c75 TEST_ASSERT(length == GATT_PAYLOAD_SIZE, "Unexpected length: %d", length); in received_notification()
Ddut.c154 static const uint8_t notification_data[GATT_PAYLOAD_SIZE];