-
Notifications
You must be signed in to change notification settings - Fork 0
Core Basic Features Overview
Mr.P edited this page Aug 29, 2026
·
2 revisions
Welcome to the Basic Features documentation for the AIBuds SDK. This section covers fundamental operations you can perform with your AIBuds device.
Browse the generated Wiki navigation for the pages in this section.
To get started with the AIBuds SDK, follow these steps:
-
Install the SDK - Integrate
AIBuds.xcframeworkinto your iOS project - Initialize the SDK - Set up the SDK with your API credentials
- Connect to Device - Establish a connection with your AIBuds device
- Explore Features - Use the APIs documented in this section to interact with your device
-
Power Management: Control device power state with
power-off -
Pairing Management: Manage device pairing relationships with
unpair-device -
Factory Reset: Reset device to factory settings with
factory-reset -
Media Storage: Use
formatStorageto delete all device media after explicit user confirmation; the API delegates to the existing delete-all-media operation rather than issuing a separate filesystem-format command
All operations include comprehensive error handling. Refer to each API's documentation for specific error codes and recovery suggestions.
Be aware of platform-specific limitations, such as iOS Bluetooth unpairing restrictions. Each feature documentation includes platform-specific notes where applicable.
AIBuds SDK documentation · Full documentation · API Reference
- Introduction
- Getting Started
- Core Concepts
-
Core Features
- Basic Features
- Device Info
- Find Device
- Physical Operations
- Work Mode
- Work Status
- Wear Detection
- Volume Control
- Music Control
- TWS
- Equalizer
- ANC
- Audio
- Camera
- Remote Camera
- File Import
- Teleprompter
- Segment Navigation
- Live Streaming
- Device Applications
- OTA
- Camera OTA
- Service Auth
- AI Services
- Voice Assistant
- Logging
- Advanced Topics
- Releases
- Troubleshooting