update package depiction

This commit is contained in:
Matthias Ringwald 2015-07-02 20:18:15 +02:00
parent 14d79bf628
commit 34ad0c881f

View File

@ -1,16 +1,16 @@
=== BTstack for iOS ===
BTstack for iOS provides an alternative Bluetooth stack for iOS devices with a public and complete API.
BTstack for iOS provides an alternative Bluetooth stack for iOS devices with a public API.
It supports the following protocols:
It supports the following Bluetooth Classic 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.
Packages that already use BTstack are: BTstack GPS, Blutrol, WeBe++, and various game emulators.
Note: As BTstack directly uses the Bluetooth hardware, the iOS Bluetooth is automatically disabled for BTstack applications & services.
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.
Please visit the [project page at GitHub](https://github.com/bluekitchen/btstack/) for technical information.