startBlePeripheral method

Future<bool> startBlePeripheral(
  1. String uuid
)

Starts broadcasting this device as a BLE Peripheral with the given uuid.

Implementation

Future<bool> startBlePeripheral(String uuid) {
  return NexoraSdkPlatform.instance.startBlePeripheral(uuid);
}