API reference - Ricoh Theta

Delete Bluetooth peripheral device

Definitions
Type object

Description: Delete the connection information of the registered Bluetooth Peripheral Device.
Theta A1 only.

Service UUID0F291746-0C80-4726-87A7-3C501FD3B4B6
Characteristic UUID61A37C82-D635-43B9-A973-5857EFE64094
Value formatUTF-8 string (JSON)
Enabled to readfalse
Enabled to writetrue
Enabled to notifyfalse

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.