mbed-os/libraries/ble/ble-api
Bogdan Marinescu d88bcf2932 BLE API refactoring and synchronization logic
BLE code was split in two parts:

- ble-api: the core (common part)
  Can be found at http://mbed.org/users/mbed_official/code/ble-api
- nRF51822: the Nordic specific implementation for the ble-api library
  Can be found at http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822

The code was slightly modified to follow this refactoring. The tests were also updated
to follow this new structure.
The code should now automatically sync from github to the above repositories.
2014-03-26 15:21:13 +00:00
..
hw BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
GapAdvertisingData.cpp BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
GapAdvertisingData.h BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
GapAdvertisingParams.cpp BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
GapAdvertisingParams.h BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
GattCharacteristic.cpp BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
GattCharacteristic.h BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
GattService.cpp BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
GattService.h BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
UUID.cpp BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
UUID.h BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00
blecommon.h BLE API refactoring and synchronization logic 2014-03-26 15:21:13 +00:00