Delete Bluetooth peripheral device
Description: Delete the connection information of the registered Bluetooth Peripheral Device.Theta A1 only.
Service UUID | 0F291746-0C80-4726-87A7-3C501FD3B4B6 |
---|
Characteristic UUID | 61A37C82-D635-43B9-A973-5857EFE64094 |
---|
Value format | UTF-8 string (JSON) |
---|
Enabled to read | false |
---|
Enabled to write | true |
---|
Enabled to notify | false |
---|
Example:
{
"macAddress": "01:23:45:67:89:AB"
}
Property |
Type |
Required |
Description |
macAddress |
string |
yes |
Mac address of the connected Bluetooth peripheral device. |
macAddress
|
Definitions |
Type |
string |
Format |
([0-9][A-F]){2}:([0-9][A-F]){2}:([0-9][A-F]){2}:([0-9][A-F]){2}:([0-9][A-F]){2}:([0-9][A-F]){2} |
Description: Mac address of the connected Bluetooth peripheral device.