Searched refs:ad_structs (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 88 struct bt_data ad_structs[] = { in update_ad_data() local 95 LOG_INF("Advertising data size: %zu", bt_data_get_len(ad_structs, ARRAY_SIZE(ad_structs))); in update_ad_data() 97 err = bt_le_ext_adv_set_data(adv, ad_structs, ARRAY_SIZE(ad_structs), NULL, 0); in update_ad_data()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4764 struct bt_data ad_structs[BT_SHELL_EAD_MAX_AD] = {0}; in ead_update_ad() local 4770 ad = &ad_structs[ad_structs_idx]; in ead_update_ad() 4803 err = bt_le_ext_adv_set_data(adv, ad_structs, bt_shell_ead_ad_len, NULL, 0); in ead_update_ad()
|