Skip to content

Phone SDK

The Phone SDK is for Android phone applications. It acts as the connection and control layer for discovering glasses, establishing Bluetooth and P2P channels, exchanging messages and files, receiving media streams, OTA, and configuration sync.

When to Use This Page

ScenarioRecommended entry
Initialize the phone SDK or engineInitialization and engine
Discover, connect, or manage glasses devicesDevice management
Handle Bluetooth, P2P, or large-file channelsBluetooth and P2P
Send messages or files to glassesMessaging and files
Receive glasses media streams or albumsCamera and media receiving

Integration Order

  1. Read SDK overview to understand how the Phone SDK works with the Glasses SDK.
  2. Follow Quick start to add dependencies. To run the official Demo and validate the basic connection, open the Demo running guide.
  3. Find a similar scenario in Code samples, then return to the API reference for details.

API Reference

ModuleEntry
Initialization and engineView APIs
Device managementView APIs
Bluetooth and P2PView APIs
Messaging and filesView APIs
Camera and media receivingView APIs
Full API referenceView full docs

Samples

If you are not sure which side owns an interface, start from Capability scenarios. If you already know the interface name, open the full API reference and search directly.