Home
last modified time | relevance | path

Searched defs:AdvertisingParameters (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dperipheral.h87 struct AdvertisingParameters { struct
90 AdvertisingData data;
98 std::optional<AdvertisingData> scan_response;
101 AdvertisingIntervalRange interval_range;
107 std::optional<ConnectionOptions> connection_options;
Dperipheral2.h161 struct AdvertisingParameters { struct
164 AdvertisingData data;
167 AdvertisingIntervalRange interval_range;
173 std::optional<Address::Type> address_type;
177 AdvertisingProcedure procedure;
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dlow_energy_advertiser_test.cc802 TYPED_TEST(LowEnergyAdvertiserTest, AdvertisingParameters) { in TYPED_TEST() argument
/external/python/bumble/bumble/
Ddevice.py647 class AdvertisingParameters: class
700 self, advertising_parameters: AdvertisingParameters
2525 advertising_parameters: Optional[AdvertisingParameters] = None,