Connect Bluetooth peripheral device
Description: Connect a Bluetooth peripheral device.Theta A1 only.
Service UUID | 0F291746-0C80-4726-87A7-3C501FD3B4B6 |
---|
Characteristic UUID | 1FA3E524-BAD5-4F75-808B-94487A4B9024 |
---|
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 connecting 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 connecting Bluetooth peripheral device.