Home
last modified time | relevance | path

Searched defs:tx_power_level (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/tools/netsim/rust/daemon/src/bluetooth/
H A Dadvertise_settings.rs43 pub tx_power_level: TxPowerLevel, field
117 tx_power_level: Option<TxPowerLevel>, field
145 pub fn tx_power_level(&mut self, tx_power_level: TxPowerLevel) -> &mut Self { in tx_power_level() method
276 let tx_power_level = TxPowerLevel::new(-1); in test_build() localVariable
311 let tx_power_level = tx_power.unwrap(); in test_from_proto_succeeds() localVariable
H A Dadvertise_data.rs94 tx_power_level: TxPowerLevel, field
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dmodel.proto145 AdvertiseTxPower tx_power_level = 3; field
/aosp_15_r20/tools/netsim/rust/cli/src/
H A Drequests.rs387 let tx_power_level = -3; in test_beacon_patch_all_params_ble() localVariable
H A Dargs.rs481 pub tx_power_level: Option<TxPower>, field
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/
Dhost.proto161 uint32 tx_power_level = 11; field
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dbtif_bqr.h269 int8_t tx_power_level; member
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dstack_power_telemetry.cc96 uint8_t tx_power_level = 0; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs569 tx_power_level: i32, field
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs52 pub tx_power_level: i32, field
/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dmodel.rs1502 pub fn tx_power_level(&self) -> advertise_settings::AdvertiseTxPower { in tx_power_level() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1320 tx_power_level: i32, field
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h48588 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
48610 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
48627 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
48648 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
48665 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
48686 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
48703 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
48724 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
48741 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
48762 …e packet_type, uint16_t connection_handle, Role connection_role, uint8_t tx_power_level, uint8_t r… in Create()
[all …]
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto4099 optional int32 tx_power_level = 5; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h280523 inline ::int32_t BluetoothQualityReportReported::tx_power_level() const { in tx_power_level() function