Commit Graph

782 Commits (0d1bfd4843b268ebc0dc7d9ca8bccb5990439d53)
 

Author SHA1 Message Date
Rohit Grover 7fb8b66ebb minor rename of a variable.
8 years ago
Rohit Grover 2d59404877 #49: replace DiscoveredCharacteristic::setupOnDataRead() with GattClient::onDataRead()
8 years ago
Rohit Grover 27bc31ee0c minor white space and comment header diffs.
8 years ago
Rohit Grover 2601599599 #46: rename GATT_MTU_SIZE_DEFAULT to BLE_GATT_MTU_SIZE_DEFAULT. This avoids a name conflict with the contant defined in Nordic-SDK.
8 years ago
Rohit Grover dde04982bc fix mbedmicro/BLE_API/#16: move GATT_MTU_SIZE_DEFAULT into blecommon.h
8 years ago
James Crosby 854fd1118a use mbed-classic to build (this will probably be a target-dependendency in the future)
8 years ago
Rohit Grover d80fec885c Release 0.4.0
8 years ago
Rohit Grover 75beb80315 switch to a yotta layout
8 years ago
Rohit Grover 1bb021e666 white space diffs.
8 years ago
Rohit Grover b7e6ddfae1 DiscoveredCharacteristic: add API for discovering descriptors.
8 years ago
Rohit Grover 9739a146de GattClient: add helper APIs to discover services.
8 years ago
Rohit Grover 9183583ffa disconnect() should take a connection handle.
8 years ago
Rohit Grover d11a0b04a5 update comment block for launchServiceDiscovery()
8 years ago
Rohit Grover d90f07cc77 white space diff.
8 years ago
Rohit Grover 3a4a4c16fe SecurityManager: fix comments.
8 years ago
Rohit Grover bf3cdb35f6 GattClient: provide default implementation for virtual methods. fix comments.
8 years ago
Rohit Grover 29e1b7f7d3 GattServer.h: provide default implementations for virtual methods. Fix comments.
8 years ago
Rohit Grover 3bf2c95c59 Gap.h: provide default implementations for virtual functions and fix up comments.
8 years ago
Rohit Grover b70e8f6174 drop GattServer::initializeGattDatabase()
8 years ago
Rohit Grover 345e8010a2 remove un-necessary comment block.
8 years ago
Rohit Grover 16658a5f7f fix GattServer::onConfirmationReceived()
8 years ago
Rohit Grover 27a32c92a4 minor cosmetic improvements to comments
8 years ago
Rohit Grover 5c2e63a2d8 fix GattServer::onUpdatesDisabled()
8 years ago
Rohit Grover dd7bbc9747 fix GattServer::onDataRead()
8 years ago
Rohit Grover 87c8c48d2f fix GattServer::onUpdatesEnabled()
8 years ago
Rohit Grover 16c3c1aa9d minor fix for some typos in comments
8 years ago
Rohit Grover 962533e39f fix GattServer::onDataWritten()
8 years ago
Rohit Grover 0553e6f440 fixed GattServer::onDataSent()
8 years ago
Rohit Grover ebd6bbceb5 introduce SecurityManager
8 years ago
Rohit Grover db2de9114e handle Gap::onRadioNotification()
8 years ago
Rohit Grover 183665a01b setup Gap::onDisconnection
8 years ago
Rohit Grover 692fe6d445 setup Gap::onConnection()
8 years ago
Rohit Grover 42d440b3ce minor cosmetic move of APIs within Gap.h
8 years ago
Rohit Grover 61eae6c03a fix Gap::onTimeout().
8 years ago
Rohit Grover 5a93322a63 remove GATTClient related APIs from BLE
8 years ago
Rohit Grover 5b76b4ae76 GattServer: readValue()->read(), updateValue()->write()
8 years ago
Rohit Grover 42aaf6bb99 add BLE::gattServer()
8 years ago
Rohit Grover 68683f1c43 deprecate all GAP APIs from within BLE;
8 years ago
Rohit Grover 7d4f3584ce drop reset() from BLEInstanceBase.h
8 years ago
Rohit Grover 93ef520e62 GapAdvertisingParams: rename type to AdvertisingType_t
8 years ago
Rohit Grover 0e9fdf09a7 copy over GAP APIs from BLE into GAP
8 years ago
Rohit Grover 3832347ea8 rename accessors within Gap
8 years ago
Rohit Grover f3de00348d rename members within GAP with an underscore prefix
8 years ago
Rohit Grover e74eb3b4f2 moved GAP related members out of BLE and into GAP
8 years ago
Rohit Grover 756e86da71 BLE: move scanningParams to a better location
8 years ago
Rohit Grover 5981b610d1 add BLE::gap()
8 years ago
Rohit Grover c89eea7a32 rename BLEDevice as BLE; BLEDeviceInstanceBase as BLEInstanceBase
8 years ago
Rohit Grover 532535b1ec Merge branch 'gattClient' into develop
8 years ago
Rohit Grover 9bcd743330 Rename BLEDevice as BLE. Retain an alias to BLEDevice for the sake of compatibility with old code.
8 years ago
Rohit Grover 05edd0f454 minor white space diffs.
8 years ago