Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dscanner.c43 TEST_ASSERT(ad->len == ARRAY_SIZE(test_ad2), in device_found()
45 ARRAY_SIZE(test_ad2)); in device_found()
47 if (memcmp(ad->data, test_ad2, ad->len) != 0) { in device_found()
49 LOG_HEXDUMP_ERR(test_ad2, ARRAY_SIZE(test_ad2), "Expected AD:"); in device_found()
Dad.h39 static const uint8_t test_ad2[] = { variable
59 BUILD_ASSERT(sizeof(test_ad2) == CONFIG_BT_CTLR_ADV_DATA_LEN_MAX);
Dadvertiser.c154 err = set_ad_data(adv, test_ad2, ARRAY_SIZE(test_ad2)); in entrypoint_advertiser()