Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs256 fn u32_from_bytes(item: &[u8]) -> u32 { in u32_from_bytes() function
805 BluetoothProperty::ClassOfDevice(u32_from_bytes(slice)) in from()
808 BtDeviceType::from_u32(u32_from_bytes(slice)).unwrap_or(BtDeviceType::Unknown), in from()
816 BtScanMode::from_u32(u32_from_bytes(slice)).unwrap_or(BtScanMode::None_), in from()
826 BluetoothProperty::AdapterDiscoverableTimeout(u32_from_bytes(slice)) in from()
841 BtIoCap::from_u32(u32_from_bytes(slice)).unwrap_or(BtIoCap::Unknown), in from()
844 BtIoCap::from_u32(u32_from_bytes(slice)).unwrap_or(BtIoCap::Unknown), in from()
855 BtAddrType::from_u32(u32_from_bytes(slice)).unwrap_or(BtAddrType::Unknown), in from()