Searched refs:ascii_to_string (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 244 pub fn ascii_to_string(data: &[u8], length: usize) -> String { in ascii_to_string() function 294 ascii_to_string(&item.name, item.name.len()) in from() 312 name: ascii_to_string(name.as_slice(), name.len()), in from() 816 BtPropertyType::BdName => BluetoothProperty::BdName(ascii_to_string(slice, len)), in from() 846 BluetoothProperty::RemoteFriendlyName(ascii_to_string(slice, len)) in from()
|
/aosp_15_r20/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()
|