Commit Graph

782 Commits (0d1bfd4843b268ebc0dc7d9ca8bccb5990439d53)
 

Author SHA1 Message Date
Rohit Grover 97d939ca77 Minor updates to the implementation. Add a local struct to describe ADV fields.
8 years ago
Rohit Grover ea37b64307 Merge branch 'develop' of https://github.com/sunsmilearm/BLE_API into sunsmilearm-develop
8 years ago
Xiao Sun 509ffdd1de Add a new function updateAdvertisingPayload()
8 years ago
Rohit Grover 64e5ef32c1 minor update to a comment header. Add a mention of units for accumulateAdvertisingPayloadTxPower().
8 years ago
Rohit Grover 0183fdc2cb Merge branch 'ddavidebor-master' into develop
8 years ago
Rohit Grover 97b0438704 Merge branch 'master' of https://github.com/ddavidebor/BLE_API into ddavidebor-master
8 years ago
Davide Bortolami 40929416ea minor corrections to the comments
8 years ago
Rohit Grover 2cf2c2f52d version v0.4.3
8 years ago
Rohit Grover 95321570fb Release 0.4.3
8 years ago
Rohit Grover 1842576f26 Release 0.4.3
8 years ago
Rohit Grover cf1a66303f Rename some enums in GapAdvertisingData, and create some deprecated type aliases. This helps harmonize type-names.
8 years ago
Rohit Grover 74bf708b05 rename iBeaconService as iBeacon.
8 years ago
Rohit Grover b3462b3c82 Extend onRadioNotification() to take a <object, member> pair.
8 years ago
Rohit Grover f12267fc71 Update comment header for onRadioNotification() to explain the second prototype.
8 years ago
Rohit Grover c1c05e5f90 Extend onRadioNotification() to take a <object, member> pair.
8 years ago
Rohit Grover 5eda1ad9e7 make signature of BLE::onRadioNotification() more explicit.
8 years ago
Rohit Grover 26e9536a80 fix some typos in API comment blocks in BLE.h
8 years ago
Rohit Grover 90551b6eb7 Rename iBeaconService as iBeacon. This is not a Service in the BLE sense.
8 years ago
Rohit Grover 09076e1673 simplified some declarations: removed extraneous 'typedef' from typedef struct X {};
8 years ago
Rohit Grover 86d7566467 white space diffs.
8 years ago
Rohit Grover d79995b3ce Merge pull request #56 from OJFord/develop
8 years ago
Rohit Grover 98261b871b switch repo URL to ARMmbed organization.
8 years ago
Ollie Ford d583b13bba fix typo in GattService constructor
8 years ago
Ollie Ford ab17d9c409 expose optional descriptors in template constructors
8 years ago
Rohit Grover 74191e254b module.json: depend on mbed-classic only for mbed-classic builds.
8 years ago
Rohit Grover 7aaf768fde Merge branch 'adfernandes-master' into develop
8 years ago
Rohit Grover 7d961c15f5 Merge branch 'master' of https://github.com/adfernandes/BLE_API into adfernandes-master
8 years ago
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