Commit Graph

805 Commits (f1f56f32dd00827f88356ce72298b4406b3e6cd9)
 

Author SHA1 Message Date
Andrew Fernandes da20f2e2c7 Change DiscoveredCharacteristic API to return long or short UUIDs.
8 years ago
Rohit Grover 9d289f811b minor changes to comments for porting.
8 years ago
Rohit Grover 735e18aab3 provide a useful initial implementation for GattClient::discoverServices()
8 years ago
Rohit Grover 0586bdf264 Release 0.4.2
8 years ago
Rohit Grover 33a70b4655 Release 0.4.2
8 years ago
Rohit Grover 0d55096d82 fix #53: add GattClient::onHVX() and GattHVXCallbackParams
8 years ago
Rohit Grover 4b21112e34 update module.json with version numbers
8 years ago
Rohit Grover feb4e95753 minor change to a comment for poter(s).
8 years ago
Rohit Grover 163f9e010a add empty (void) declarations for unused variables. This avoids warnings.
8 years ago
Rohit Grover 8846107b5c Merge branch 'rosterloh-patch-1' into develop
8 years ago
Rohit Grover 7619e0eb89 Merge branch 'patch-1' of https://github.com/rosterloh/BLE_API into rosterloh-patch-1
8 years ago
Richard Osterloh 41b4e077ff Refactor using new include paths
8 years ago
James Crosby c7dbf2b071 use mbed-classic to build (this will probably be a target-dependendency in the future)
8 years ago
Rohit Grover b158df2418 Merge pull request #50 from mbedmicro/revert-45-master
8 years ago
Rohit Grover 08c492444b Revert "use mbed-classic as mbed dependency"
8 years ago
Rohit Grover 3118f76bfe Merge pull request #45 from autopulated/master
8 years ago
Rohit Grover 737800d8ec fix a typo in a comment header
8 years ago
Rohit Grover 42f99e1b7c Release 0.4.1
8 years ago
Rohit Grover 4ac9700a2b update LinkLossService with changes to GattWriteCallbackParams
8 years ago
Rohit Grover 417b857d1b changing a comment pattern to request action from porters.
8 years ago
Rohit Grover 9a0be47794 Introduce GattServer API to determine notification status for a characteristic.
8 years ago
Rohit Grover 453681182a change access levels to protected for various members of the standard services
8 years ago
Rohit Grover b633e90c9c replace use of updateCharacteristicValue() with ble.gattServer().write()
8 years ago
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