Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs328 pub struct BluetoothLe { struct
331 pub address_type: device_path::messaging::BluetoothLeAddressType,
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs328 pub struct BluetoothLe { struct
331 pub address_type: device_path::messaging::BluetoothLeAddressType,
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2129 pub struct BluetoothLe { struct
2132 pub(super) address_type: device_path::messaging::BluetoothLeAddressType,
2135 impl BluetoothLe { implementation
2149 impl fmt::Debug for BluetoothLe { implementation
2158 impl TryFrom<&DevicePathNode> for &BluetoothLe { implementation
2166 let node: *const BluetoothLe = node.cast(); in try_from() constant
5037 pub struct BluetoothLe { struct
5039 pub device_address: [u8; 6usize],
5041 pub address_type: device_path::messaging::BluetoothLeAddressType,
5044 unsafe impl BuildNode for BluetoothLe { implementation
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2129 pub struct BluetoothLe { struct
2132 pub(super) address_type: device_path::messaging::BluetoothLeAddressType,
2135 impl BluetoothLe { impl
2149 impl fmt::Debug for BluetoothLe { implementation
2158 impl TryFrom<&DevicePathNode> for &BluetoothLe { implementation
2166 let node: *const BluetoothLe = node.cast(); in try_from() constant
5037 pub struct BluetoothLe { struct
5039 pub device_address: [u8; 6usize],
5041 pub address_type: device_path::messaging::BluetoothLeAddressType,
5044 unsafe impl BuildNode for BluetoothLe { implementation