Searched refs:notify_data (Results 1 – 2 of 2) sorted by relevance
22 extern void run_peripheral_sample(uint8_t *notify_data, size_t notify_data_size, uint16_t seconds);24 uint8_t notify_data[100] = {}; variable28 notify_data[13] = 0x7f; in test_peripheral_main()29 notify_data[99] = 0x55; in test_peripheral_main()31 run_peripheral_sample(notify_data, sizeof(notify_data), PERIPHERAL_NOTIFY_TIME); in test_peripheral_main()
26 uint8_t notify_data[100] = {}; variable34 is_data_equal = (length == sizeof(notify_data) && !memcmp(notify_data, data, length)); in notify_cb()37 LOG_HEXDUMP_DBG(notify_data, sizeof(notify_data), "expected data"); in notify_cb()46 notify_data[13] = 0x7f; in test_central_main()47 notify_data[99] = 0x55; in test_central_main()
Completed in 7 milliseconds