-
Notifications
You must be signed in to change notification settings - Fork 7
Home
This guide shows developers how to use the Cassia RESTful API to integrate their Bluetooth devices with the Cassia IoT Access Controller (AC) and the Cassia Bluetooth routers.
NEWS:
v2.0 has been launched! Here are some new API features:
- Enhanced Scan Filter (v2.0 and above)
- RSSI API for Current BLE Connection RSSI (v2.0 and above)
- Numeric Comparison Pairing (v2.0 and above)
- Security OOB Pairing (v2.0 and above)
- Batch Connection API for Faster Mulitple Connection Requests (v2.0 and above)
The SDK guide is updated time to time to reflect the latest features. Please view the GitHub Wiki page revisions or contact Cassia Support if you have any questions.
If you would like to verify how the SDK API works, please use the Cassia Bluetooth Debug Tool.
For more information about the Cassia Bluetooth Debug Tool, please visit:
Bluetooth Debug Tool wiki page.
We are looking for any edit suggestions or corrections. Please contact us at:
https://www.cassianetworks.com/support
RESTful API
-
Traffic Related API
- Scan Bluetooth Devices
- Filter Scanned Data based on Device MAC, RSSI, Name, and UUID
- Enhanced Scan Filter (v2.0 and above)
- Connect/Disconnect to a Target Device
- Batch Connect to a Target Device (v2.0 and above)
- Discover GATT Services and Characteristics
- Read/Write the Value of a Specific Characteristic
- Send Advertise Data
- Get Device Connection Status
- Receive Notification and Indication
- Get RSSI for BLE Connection (v2.0 and above)
-
Secure Pairing API
-
Router Auto-Selection API
Advanced RESTful API
MQTT API (Beta Version)
Device Integrating
Copyright © 2021 Cassia Networks, Inc.
RESTful API
-
Traffic Related API
- Scan Bluetooth Devices
- Filter Scanned Data based on Device MAC, RSSI, Name, and UUID
- Enhanced Scan Filter (v2.0 and above)
- Connect/Disconnect to a Target Device
- Batch Connect to a Target Device (v2.0 and above)
- Discover GATT Services and Characteristics
- Read/Write the Value of a Specific Characteristic
- Send Advertise Data
- Get Device Connection Status
- Receive Notification and Indication
- Get RSSI for BLE Connection (v2.0 and above)
-
Secure Pairing API
-
Router Auto-Selection API