mirror of https://github.com/ARMmbed/mbed-os.git
* Add traces to GattServerImpl.cpp * Update BLGS traces * Add context to BLGS traces * Set value of TRACE_WRITE_VALUES to 0 * Add param logs to BLGS traces * Apply changes from code review * Add trace helper for UUIDs * C++ string library is not needed * Update to_string function for UUIDs The previous implementation had a memory leak and did not format 128-bit UUIDs * Possibly faster ternary * Add more context to adding/inserting of services/characteristic * Add trace to events and event path * Refactor to_string helper for UUIDs |
||
|---|---|---|
| .. | ||
| include/ble | ||
| libraries | ||
| source | ||
| .gitignore | ||
| .mbedignore | ||
| CMakeLists.txt | ||
| DOXYGEN_FRONTPAGE_BLE.md | ||
| LICENSE | ||
| README.md | ||
| apache-2.0.txt | ||
| ble.doxyfile | ||
| mbed_lib.json | ||
README.md
mbed Bluetooth Low Energy Stack
This is the Github repository for the BLE_API. Please see the Mbed OS Example BLE GitHub Repo for all code examples, and the Mbed OS BLE API page for all code documentation and general help.
Getting Started
- Mbed OS examples for all Mbed OS and BLE examples.
- Mbed OS example BLE GitHub repo for all Mbed OS BLE examples.
- Mbed OS BLE introduction for an introduction to Mbed BLE.
- Mbed OS BLE API page for the Mbed BLE API documentation.