Home
last modified time | relevance | path

Searched refs:NOTIFICATION_DATA_LEN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c43 #define NOTIFICATION_DATA_LEN MAX(200, (CONFIG_BT_L2CAP_TX_MTU - 4)) macro
44 BUILD_ASSERT(NOTIFICATION_DATA_LEN <= CHARACTERISTIC_DATA_MAX_LEN);
468 notification_size = NOTIFICATION_DATA_LEN; in test_args()
477 notification_size = MIN(NOTIFICATION_DATA_LEN, notification_size); in test_args()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c41 #define NOTIFICATION_DATA_LEN MAX(200, (CONFIG_BT_L2CAP_TX_MTU - 4)) macro
42 BUILD_ASSERT(NOTIFICATION_DATA_LEN <= CHARACTERISTIC_DATA_MAX_LEN);
715 notification_size = NOTIFICATION_DATA_LEN; in test_args()
724 notification_size = MIN(NOTIFICATION_DATA_LEN, notification_size); in test_args()