btstack/platforms/ios/README.md

17 lines
726 B
Markdown
Raw Normal View History

=== BTstack for iOS ===
2015-07-02 20:18:15 +02:00
BTstack for iOS provides an alternative Bluetooth stack for iOS devices with a public API.
2015-07-02 20:18:15 +02:00
It supports the following Bluetooth Classic protocols:
- L2CAP
- RFCOMM
- SDP
Based on these protocols, applications or daemons can implement various Bluetooth profiles.
2015-07-02 20:18:15 +02:00
Packages that already use BTstack are: BTstack GPS, Blutrol, WeBe++, and various game emulators.
2015-07-02 20:18:15 +02:00
Note: As BTstack directly uses the Bluetooth hardware, the iOS Bluetooth is automatically disabled for BTstack applications & services. You can always turn BTstack off in Settings->BTstack.
Please visit the [project page at GitHub](https://github.com/bluekitchen/btstack/) for technical information and check the platform/ios subfolder.