Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs263 fn u16_from_bytes(item: &[u8]) -> u16 { in u16_from_bytes() function
849 BtPropertyType::Appearance => BluetoothProperty::Appearance(u16_from_bytes(slice)), in from()