Searched refs:test_ad2 (Results 1 – 3 of 3) sorted by relevance
43 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()
39 static const uint8_t test_ad2[] = { variable59 BUILD_ASSERT(sizeof(test_ad2) == CONFIG_BT_CTLR_ADV_DATA_LEN_MAX);
154 err = set_ad_data(adv, test_ad2, ARRAY_SIZE(test_ad2)); in entrypoint_advertiser()