Allows to configure the device as a BLE peripheral device. Other central devices can connect to this device. Only supported by some devices running Android 5+. Make sure to check IsPeripheralSupported property.
Events:
Start (Success As Boolean) Subscribe (DeviceId As String) Unsubscribe (DeviceId As String) NewData (DeviceId As String, Data() As Byte)
Gets or sets the manufacturer specific data that will be advertised. Each item in the map should have a positive int number as the key and an array of bytes as the value.
Start (NameAsString)
Starts advertising. The name will be set as the device Bluetooth name. Pass an empty string to keep the current name. The Start event will be raised.