Commit Graph

782 Commits (0d1bfd4843b268ebc0dc7d9ca8bccb5990439d53)
 

Author SHA1 Message Date
Rohit Grover cc3db8500c minor improvement to comment header for GattServer::onDataRead()
8 years ago
Rohit Grover 984266ee8a oops. typo.
8 years ago
Rohit Grover ce4821076f handle the case of a NULL transport pointer for BLE.
8 years ago
Rohit Grover ad8e92acd5 adding an initial prototype for a yotta-config based initialization for BLE transports
8 years ago
Rohit Grover a462757a6c disallow copy constructor and assignment operators for BLE.
8 years ago
Rohit Grover 4c2aac540d Merge branch 'master' into develop
8 years ago
Rohit Grover 715d0746bb adding LICENSE at the top level
8 years ago
Rohit Grover 7198945fb5 Adding LICENSE at the top level.
8 years ago
Rohit Grover 3f2f94ec1b update comment header for Gap::updateConnectionParams()
8 years ago
Rohit Grover 626c551477 minor improvement to comments for AuthCallbackParams.
8 years ago
Rohit Grover 3b01f2a250 Merge branch 'marcuschangarm-master' into develop
8 years ago
Marcus Chang 6f960cbecd Gap.h - Added onConnection callback chain simarly to the currently present onDisconnection callback chain.
8 years ago
Rohit Grover eb2130f7a6 Release 0.4.7
8 years ago
Rohit Grover 5bf17c0e7c version v0.4.7
8 years ago
Rohit Grover 8de531a7b5 depend on an updated version of nRF51822 which provides event handling through minar.
8 years ago
Rohit Grover 9d7a7568b8 Use mbed-os as a target dependency.
8 years ago
Rohit Grover 603dae3166 Release 0.4.6
8 years ago
Rohit Grover d5c5335fce version v0.4.6
8 years ago
Rohit Grover a15780a712 require 0.4.6 of nRF51 because of the implementation of connHandle field in callbacks.
8 years ago
Rohit Grover f5fb089d00 white space diffs.
8 years ago
Rohit Grover 8394e33e59 Add a connHandle field to most gattClient callbacks.
8 years ago
Rohit Grover a59e1ee07b Merge branch 'GattCB_conn_handle' of https://github.com/jpbrucker/ble into jpbrucker-GattCB_conn_handle
8 years ago
Rohit Grover eec3f3518f URIBeaconConfigService: move declarations of some local variables closer to their use.
8 years ago
Rohit Grover 1b265c4e3d minor cosmetic change to the comment header for GapAdvertisingParams.
8 years ago
Jean-Philippe Brucker 99c7253051 Add connection handle in Gatt callback parameters
8 years ago
Rohit Grover 3f3ceebeba Merge branch 'BlackstoneEngineering-eddystoneUpdate' into develop
8 years ago
Rohit Grover 3e2ef66dc2 Merge branch 'eddystoneUpdate' of https://github.com/BlackstoneEngineering/BLE_API into BlackstoneEngineering-eddystoneUpdate
8 years ago
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