Searched refs:ascii_to_string (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 243 pub fn ascii_to_string(data: &[u8], length: usize) -> String { in ascii_to_string() function 293 ascii_to_string(&item.name, item.name.len()) in from() 311 name: ascii_to_string(name.as_slice(), name.len()), in from() 796 BtPropertyType::BdName => BluetoothProperty::BdName(ascii_to_string(slice, len)), in from() 829 BluetoothProperty::RemoteFriendlyName(ascii_to_string(slice, len)) in from()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 10 ascii_to_string, ptr_to_vec, BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, Uuid, 87 let service_name = ascii_to_string( in from()
|