mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-10 00:41:06 +00:00
17 lines
627 B
Markdown
17 lines
627 B
Markdown
|
=== 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.
|