Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java1466 private void logManufacturerInfo(BluetoothDevice device, int key, byte[] bytesValue) { in logManufacturerInfo() argument
1475 manufacturerName = Utils.byteArrayToUtf8String(bytesValue); in logManufacturerInfo()
1478 modelName = Utils.byteArrayToUtf8String(bytesValue); in logManufacturerInfo()
1481 hardwareVersion = Utils.byteArrayToUtf8String(bytesValue); in logManufacturerInfo()
1484 softwareVersion = Utils.byteArrayToUtf8String(bytesValue); in logManufacturerInfo()