Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
DOXYGEN_FRONTPAGE.md@1052:b55e1ad3e1b3, 2016-01-11 (annotated)
- Committer:
- vcoubard
- Date:
- Mon Jan 11 08:51:31 2016 +0000
- Revision:
- 1052:b55e1ad3e1b3
- Parent:
- 949:1902cbd0dd83
- Child:
- 1053:ec4a5b9b254e
Synchronized with git rev 9f31f380
Author: Vincent Coubard
Merge remote-tracking branch 'origin/develop' into descriptorDiscovery
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rgrover1 | 949:1902cbd0dd83 | 1 | #BLE API |
rgrover1 | 949:1902cbd0dd83 | 2 | |
rgrover1 | 949:1902cbd0dd83 | 3 | The BLE module within mbed OS offers a high level abstraction for using |
rgrover1 | 949:1902cbd0dd83 | 4 | Bluetooth Low Energy on multiple platforms. |
rgrover1 | 949:1902cbd0dd83 | 5 | |
rgrover1 | 949:1902cbd0dd83 | 6 | This documentation describes the internal structure of mbed |
rgrover1 | 949:1902cbd0dd83 | 7 | (BLE_API)[https://github.com/armmbed/ble]. It was automatically generated from |
rgrover1 | 949:1902cbd0dd83 | 8 | specially formatted comment blocks in BLE_API's source code using Doxygen. |
rgrover1 | 949:1902cbd0dd83 | 9 | (See http://www.stack.nl/~dimitri/doxygen/ for more information on Doxygen). |
rgrover1 | 949:1902cbd0dd83 | 10 | |
rgrover1 | 949:1902cbd0dd83 | 11 | For getting started with BLE on mbed, check our (introduction |
rgrover1 | 949:1902cbd0dd83 | 12 | page)[https://docs.mbed.com/docs/ble-intros/en/latest/]. |
rgrover1 | 949:1902cbd0dd83 | 13 | |
rgrover1 | 949:1902cbd0dd83 | 14 | For mbed OS examples using BLE, check (this |
rgrover1 | 949:1902cbd0dd83 | 15 | repository)[https://github.com/armmbed/ble-examples]. For mbed-classic |
rgrover1 | 949:1902cbd0dd83 | 16 | examples, refer to (code under mbed.org)[https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/]. |