BluetoothDevice.fromProto constructor
BluetoothDevice.fromProto()
Implementation
BluetoothDevice.fromProto(protos.BluetoothDevice p)
: id = new DeviceIdentifier(p.remoteId),
name = p.name,
type = BluetoothDeviceType.values[p.type.value];