Home
last modified time | relevance | path

Searched refs:include_tx_power (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/cros/bluetooth/
Dadvertisement.py105 self.include_tx_power = advertisement_data.get('IncludeTxPower')
164 if self.include_tx_power is not None:
166 'b', self.include_tx_power)
/external/libchrome/device/bluetooth/
Dbluetooth_advertisement.h97 void set_include_tx_power(bool include_tx_power) { in set_include_tx_power() argument
98 include_tx_power_ = include_tx_power; in set_include_tx_power()
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dlegacy_low_energy_advertiser_test.cc115 AdvertisingData GetTooLargeExampleData(bool include_tx_power, in GetTooLargeExampleData() argument
120 if (include_tx_power && include_flags) { in GetTooLargeExampleData()
126 } else if (!include_tx_power && !include_flags) { in GetTooLargeExampleData()
131 if (include_tx_power) in GetTooLargeExampleData()
Dlow_energy_advertiser_test.cc297 EXPECT_FALSE(properties.include_tx_power); in TYPED_TEST()
319 EXPECT_FALSE(properties.include_tx_power); in TYPED_TEST()
342 EXPECT_FALSE(properties.include_tx_power); in TYPED_TEST()
366 EXPECT_FALSE(properties.include_tx_power); in TYPED_TEST()
390 EXPECT_FALSE(properties.include_tx_power); in TYPED_TEST()
410 EXPECT_FALSE(properties.include_tx_power); in TYPED_TEST()
433 EXPECT_FALSE(properties.include_tx_power); in TYPED_TEST()
456 EXPECT_FALSE(properties.include_tx_power); in TYPED_TEST()
479 EXPECT_TRUE(properties.include_tx_power); in TYPED_TEST()
Dextended_low_energy_advertiser_test.cc228 ASSERT_FALSE(st.properties.include_tx_power); in TEST_F()
274 ASSERT_FALSE(st.properties.include_tx_power); in TEST_F()
Dextended_low_energy_advertiser.cc93 view.advertising_event_properties().include_tx_power().Write( in WriteAdvertisingEventProperties()
94 properties.include_tx_power); in WriteAdvertisingEventProperties()
Dlow_energy_advertiser.cc140 properties.include_tx_power = true; in GetExtendedAdvertisingEventProperties()
/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/
Dlow_energy_advertiser.h147 bool include_tx_power = false; member
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_controller.cc2720 bool include_tx_power = in OnLESetExtendedAdvertisingParameters() local
2721 params.advertising_event_properties().include_tx_power().Read(); in OnLESetExtendedAdvertisingParameters()
2824 state.properties.include_tx_power = include_tx_power; in OnLESetExtendedAdvertisingParameters()
/external/python/bumble/bumble/pandora/
Dhost.py335 include_tx_power=False,
/external/python/bumble/bumble/
Ddevice.py537 include_tx_power: bool = False variable in AdvertisingEventProperties
555 if self.include_tx_power:
572 include_tx_power=False,
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dhci_commands.emb328 $next [+1] Flag include_tx_power
/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl3972 include_tx_power : 1,