/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 584 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 D | bluetooth.rs | 60 pub struct Bluetooth { struct 83 impl Drop for Bluetooth { argument 92 impl WirelessAdaptor for Bluetooth { implementation
|
H A D | wireless_adaptor.rs | 34 Bluetooth(bluetooth::CreateParams), enumerator
|
/aosp_15_r20/tools/netsim/rust/proto/src/ |
H A D | config.rs | 757 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 D | model.rs | 379 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 D | AudioOutputDevice.kt | 47 data class Bluetooth( dataClass
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/bluetooth/ |
H A D | Bluetooth.java | 46 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/ |
D | AudioOutputDevice.java | 22 …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/ |
D | security.py | 42 def __init__(self, bluetooth: bluetooth_module.Bluetooth): 379 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | hid.py | 38 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | modem.py | 31 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | l2cap.py | 43 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | a2dp.py | 42 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | rfcomm.py | 44 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 D | Bluetooth.java | 36 public final class Bluetooth { class
|
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_vc.h | 37 Bluetooth, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/ |
D | device_path_gen.rs | 310 pub struct Bluetooth { struct 331 pub address_type: device_path::messaging::BluetoothLeAddressType,
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/device_path/ |
D | device_path_gen.rs | 310 pub struct Bluetooth { struct 331 pub address_type: device_path::messaging::BluetoothLeAddressType,
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/constants/ |
H A D | techareas.go | 5 Bluetooth const
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/ |
H A D | Bluetooth.cpp | 29 Bluetooth::Bluetooth() { in Bluetooth() function in aidl::android::hardware::audio::core::Bluetooth
|
/aosp_15_r20/tools/netsim/proto/netsim/ |
H A D | config.proto | 57 message Bluetooth { message
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 58 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config.h | 174 Bluetooth = 0b00000001, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/ |
D | device_path_gen.rs | 2021 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/ |
D | device_path_gen.rs | 2021 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
|