Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/
Dmain_central.c27 uint8_t is_data_equal; variable
34 is_data_equal = (length == sizeof(notify_data) && !memcmp(notify_data, data, length)); in notify_cb()
53 if (is_data_equal) { in test_central_main()