OmiGlassesClient
class OmiGlassesClient(context: Context, options: OmiGlassesClient.OmiOptions = OmiOptions()) : BaseGlassesClient
Omi implementation of GlassesClient.
This client mirrors the host-side Omi SDK behavior:
Connects to devices advertising as "Omi" over BLE.
Subscribes to the Omi Audio Service to receive audio packets.
Notes:
Current public docs expose audio-focused capabilities only; camera/display/audio playback are not available over the documented BLE services, so those APIs return GlassesError.Unsupported.
Audio packets are surfaced as an AudioEncoding.OPUS or PCM stream depending on the codec reported by the device.