API reference - Ricoh Theta

Connect Bluetooth peripheral device

Definitions
Type object

Description: Connect a Bluetooth peripheral device.
Theta A1 only.

Service UUID0F291746-0C80-4726-87A7-3C501FD3B4B6
Characteristic UUID1FA3E524-BAD5-4F75-808B-94487A4B9024
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 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.