Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dadvertiser.c89 static int set_ad_data(struct bt_le_ext_adv *adv, const uint8_t *serialized_ad, in set_ad_data() function
148 err = set_ad_data(adv, test_ad1, ARRAY_SIZE(test_ad1)); in entrypoint_advertiser()
154 err = set_ad_data(adv, test_ad2, ARRAY_SIZE(test_ad2)); in entrypoint_advertiser()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dperipheral.c51 static void set_ad_data(struct bt_le_ext_adv *adv) in set_ad_data() function
113 set_ad_data(adv); in test_peripheral()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c108 static int set_ad_data(struct bt_le_ext_adv *adv) in set_ad_data() function
323 err = set_ad_data(adv); in run_peripheral_sample()
346 err = set_ad_data(adv); in run_peripheral_sample()