changelog: ENABLE_GATT_OVER_CLASSIC enables support for GATT over BR/EDR in att_server

This commit is contained in:
Matthias Ringwald 2019-06-20 17:26:35 +02:00
parent b3f0b70bf0
commit 5aea4d8e7c

View File

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- example: pan_lwip_http_server using lwIP as network stack to implement PAN NAP service
- platform/lwip/bnep_lwip.c: BNEP lwIP adapter that forwards packets between BNEP service and lwIP
- ENABLE_GATT_OVER_CLASSIC enables support for GATT over BR/EDR in att_server
---