btstack/platforms/ios/README.md

17 lines
627 B
Markdown
Raw Normal View History

=== BTstack for iOS ===
BTstack for iOS provides an alternative Bluetooth stack for iOS devices with a public and complete API.
It supports the following protocols:
- L2CAP
- RFCOMM
- SDP
Based on these protocols, applications or daemons can implement various Bluetooth profiles.
You need to install other packages like BTstack GPS, Blutrol, or WeBe++ to make use of
BTstack.
Note: As BTstack directly uses the Bluetooth hardware, the iOS Bluetooth is automatically disabled for BTstack applications & services.
Please visit the [project page at GitHub](https://github.com/bluekitchen/btstack/) for technical information.