Home
last modified time | relevance | path

Searched defs:Bluetooth (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs584 pub struct Bluetooth { struct
585 intf: Arc<Mutex<BluetoothInterface>>, argument
589 remote_devices: HashMap<RawAddress, BluetoothDeviceContext>, argument
592 bluetooth_gatt: Option<Arc<Mutex<Box<BluetoothGatt>>>>, argument
593 bluetooth_media: Option<Arc<Mutex<Box<BluetoothMedia>>>>, argument
594 callbacks: Callbacks<dyn IBluetoothCallback + Send>, argument
595 connection_callbacks: Callbacks<dyn IBluetoothConnectionCallback + Send>, argument
611 properties: HashMap<BtPropertyType, BluetoothProperty>, argument
622 pending_create_bond: Option<(BluetoothDevice, BtTransport)>, argument
634 impl Bluetooth { argument
[all …]
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/
H A Dbluetooth.rs60 pub struct Bluetooth { struct
83 impl Drop for Bluetooth { argument
92 impl WirelessAdaptor for Bluetooth { implementation
H A Dwireless_adaptor.rs34 Bluetooth(bluetooth::CreateParams), enumerator
/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dconfig.rs757 pub struct Bluetooth { struct
761 // @@protoc_insertion_point(field:netsim.config.Bluetooth.disable_address_reuse) argument
763 // @@protoc_insertion_point(field:netsim.config.Bluetooth.test_beacons) argument
766 // @@protoc_insertion_point(special_field:netsim.config.Bluetooth.special_fields) argument
770 impl<'a> ::std::default::Default for &'a Bluetooth { implementation
776 impl Bluetooth { impl
807 impl ::protobuf::Message for Bluetooth { implementation
897 impl ::protobuf::MessageFull for Bluetooth { implementation
904 impl ::std::fmt::Display for Bluetooth { implementation
910 impl ::protobuf::reflect::ProtobufValue for Bluetooth { implementation
H A Dmodel.rs379 pub fn bt(&self) -> &chip::Bluetooth { in bt()
398 pub fn set_bt(&mut self, v: chip::Bluetooth) { in set_bt()
403 pub fn mut_bt(&mut self) -> &mut chip::Bluetooth { in mut_bt()
415 pub fn take_bt(&mut self) -> chip::Bluetooth { in take_bt()
1046 pub struct Bluetooth { struct
1049 pub low_energy: ::protobuf::MessageField<Radio>,
1051 pub classic: ::protobuf::MessageField<Radio>,
1053 pub address: ::std::string::String,
1055 pub bt_properties: ::protobuf::MessageField<super::super::configuration::Controller>,
1058 pub special_fields: ::protobuf::SpecialFields,
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/model/
H A DAudioOutputDevice.kt47 data class Bluetooth( dataClass
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/bluetooth/
H A DBluetooth.java46 public final class Bluetooth { class
58 private Bluetooth() {} in Bluetooth() method in Bluetooth
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/domain/model/
DAudioOutputDevice.java22 …public static final class Bluetooth implements com.android.systemui.volume.domain.model.AudioOutpu… class
30 public Bluetooth(@org.jetbrains.annotations.NotNull() in Bluetooth() method in AudioOutputDevice.Bluetooth
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dsecurity.py42 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
379 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Dhid.py38 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Dmodem.py31 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Dl2cap.py43 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Da2dp.py42 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Drfcomm.py44 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
/aosp_15_r20/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/policies/
H A DBluetooth.java36 public final class Bluetooth { class
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_vc.h37 Bluetooth, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs310 pub struct Bluetooth { struct
331 pub address_type: device_path::messaging::BluetoothLeAddressType,
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs310 pub struct Bluetooth { struct
331 pub address_type: device_path::messaging::BluetoothLeAddressType,
/aosp_15_r20/development/tools/repo_diff/service/repodiff/constants/
H A Dtechareas.go5 Bluetooth const
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DBluetooth.cpp29 Bluetooth::Bluetooth() { in Bluetooth() function in aidl::android::hardware::audio::core::Bluetooth
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dconfig.proto57 message Bluetooth { message
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs58 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h174 Bluetooth = 0b00000001, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2021 pub struct Bluetooth { struct
2022 pub(super) header: DevicePathHeader,
2023 pub(super) device_address: [u8; 6usize],
2026 impl Bluetooth { implementation
2034 impl fmt::Debug for Bluetooth { implementation
2042 impl TryFrom<&DevicePathNode> for &Bluetooth { implementation
2050 let node: *const Bluetooth = node.cast(); in try_from() constant
4938 pub struct Bluetooth { struct
4940 pub device_address: [u8; 6usize],
4943 unsafe impl BuildNode for Bluetooth { implementation
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2021 pub struct Bluetooth { struct
2022 pub(super) header: DevicePathHeader,
2023 pub(super) device_address: [u8; 6usize],
2026 impl Bluetooth { implementation
2034 impl fmt::Debug for Bluetooth { implementation
2042 impl TryFrom<&DevicePathNode> for &Bluetooth { implementation
2050 let node: *const Bluetooth = node.cast(); in try_from() constant
4938 pub struct Bluetooth { struct
4940 pub device_address: [u8; 6usize],
4943 unsafe impl BuildNode for Bluetooth { implementation

12345