menu
bluetooth_connection_plugin package
documentation
bluetooth_low_energy_plugin.dart
BleDevice
BleDevice.new const constructor
BleDevice.new const constructor
dark_mode
light_mode
BleDevice
constructor
const
BleDevice
(
{
required
String
address
,
String
?
name
,
required
int
rssi
,
Map
<
String
,
dynamic
>
?
advertisementData
,
})
Implementation
const BleDevice({ required this.address, this.name, required this.rssi, this.advertisementData, });
bluetooth_connection_plugin package
documentation
bluetooth_low_energy_plugin
BleDevice
BleDevice.new const constructor
BleDevice class