Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 366 Bytes

File metadata and controls

10 lines (7 loc) · 366 Bytes

@basedhardware/omi-device (TypeScript)

Shared Omi device BLE constants + packet framing.

  • Full BLE stack on React Native: use existing sdks/react-native (OmiConnection).
  • This package is the portable protocol layer for Node/Web/custom transports.
import { AUDIO_DATA_UUID, stripPacketHeader, OmiDeviceSession } from '@basedhardware/omi-device';