Commit Graph

805 Commits (f1f56f32dd00827f88356ce72298b4406b3e6cd9)
 

Author SHA1 Message Date
Rohit Grover bc899071d2 oops. ble depends on nrf51822-v0.4.5.
8 years ago
Austin Blackstone f09b0b6307 modified eddystone service, currently blows away any associated services but it works
8 years ago
Rohit Grover 5333f3691a Release 0.4.5
8 years ago
Rohit Grover 3aac9f7c90 version v0.4.5
8 years ago
Rohit Grover 44633a5170 merge https://github.com/ARMmbed/ble/pull/65.
8 years ago
Rohit Grover 186500f135 rename to ADVParams::getIntervalInADVUnits()
8 years ago
Rohit Grover 8ed4a14b90 minor improvements in the form of comments to Joshua's commit around AdvParams::get/setInterval
8 years ago
Joshua Slater caadd8c62c added getIntervalInAdvUnits
8 years ago
Rohit Grover 340a046a8c update module.json to depend on mbed-drivers instead of mbed-core
8 years ago
Rohit Grover 3d6893f3da version v0.4.4
8 years ago
Rohit Grover 17253370ff Release 0.4.4
8 years ago
Rohit Grover 00e76777b2 add yotta dependency for mbed-core
8 years ago
Rohit Grover 5422ec45c3 we now depend on v0.4.4 of ble-nrf51822
8 years ago
Rohit Grover a9561faea1 host repository has been renamed to github/ARMmbed/ble.
8 years ago
Rohit Grover eb97fcf064 minor change to avoid a compiler warning about un-used variable.
8 years ago
Rohit Grover bff44f94a6 Adding an initial implementation for Eddystone beacon service.
8 years ago
Rohit Grover 45813579a5 fix #60: if scanning parameters are changed while scanning is active, their new values are propagated to the underlying stack rightaway.
8 years ago
Rohit Grover 24a989212a fix #64: GapAdvertisingData::getPayload() should return the payload pointer regardless of len.
8 years ago
Rohit Grover 3711ca3016 deprecate GattClient::onDataWrite() in favour of onDataWritten().
8 years ago
Rohit Grover 501de9ef1f Merge pull request #63 from jslater8/develop
8 years ago
Joshua Slater e65471d680 Fixed bugs with Gap:: and GapAdvertisingParams
8 years ago
Joshua Slater 0f2ba674c8 Conversion from advertisement duration units to ms moved from Gap to GapAdvertisingParams. getInterval converts to ms. Added conversion in GapScanningParams
8 years ago
Rohit Grover ce6772dd88 Merge branch 'sunsmilearm-develop' into develop. Bring in Gap::updateAdvertisingPayload()
8 years ago
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