Starts broadcasting this device as a BLE Peripheral with the given uuid.
uuid
Future<bool> startBlePeripheral(String uuid) { return NexoraSdkPlatform.instance.startBlePeripheral(uuid); }