Content deleted Content added
→Zephyr Project: Updated version supported by Zephyr RTOS |
Adding the Bluetoe open source Stack Tag: Reverted |
||
Line 125:
===Blue SDK===
OpenSynergy's Bluetooth Protocol Stack (Blue SDK) currently provides A2DP, AVRCP, VDP, BIP, BPP, CTN, FTP, GPP, HFP, HSP, HCRP, HDP, HID, MAP, OPP, PAN, PBAP, SAP, DUN, FAX, DID, GATT profiles. It is licensed by the Bluetooth™ Special Interest Group (SIG) and meets the standards of safety and security expected in automotive-grade products. Bluetooth™ Software Development Kit (Blue SDK) can easily be integrated into any operating system. It supports both BR/EDR (Classic) and Low Energy operations, classic profiles and low energy profiles use the same underlying protocol stack software.<ref>{{cite web|url=http://www.opensynergy.com/produkte/blue-sdk/ |title=OpenSynergy's Blue SDK|date=28 October 2020 }}</ref>
===Bluetoe===
Bluetoe is a C++ framework to allow the creation of BLE GATT servers. Instead of defining the attribute table at runtime, Bluetoe seeks to minimize the binary size by letting the attribute table being defined at compile time by utilizing C++s type system. While designed with portability in mind, Bluetoe currently just supports Nordics [[Nordic_Semiconductor#nRF52_Series_SoCs|nRF52]] microcontrollers. Bluetoe was introduced at the [[emBO++]] 2019. <ref>https://www.youtube.com/watch?v=L5Zj9OEf9lQ</ref>
Bluetoe is [[open source]] and hosted on [[GitHub]]. <ref>https://github.com/TorstenRobitzki/bluetoe</ref>
===Bluetopia===
|