Try using the Bluetooth Low Energy (BLE) API of THETA X. THETA's BLE APIs are unique profiles defined on Bluetooth's Generic Attribute Profile (GATT). THETA is a BLE peripheral, and a device calls THETA's API is BLE central. The THETA advertisement is scanned by the central and a connection request is issued. If the connection request is accepted, the connection can be made and the communication can be started by GATT. Many free applications for BLE scanning, connection, and GATT communication are available, so that using THETA's BLE API in the app first will speed up your understanding.

Advertisement

Turn on THETA, and turn Bluetooth on to the shooting screen to advertise. The advertisement packet contains the following information:

Connection

The connection can be started by issuing a connection request from the central, and GATT communication can be started. In GATT, the server is THETA, and the client is the device that calls the API of THETA.

Service

THETA X currently supports only Camera Control Command v2 service. This service contains the following four character lists.