Commit Graph

  • df088f57aa Add st-ble-shield as a possible target dependency. Vincent Coubard 2015-10-09 14:58:16 +0100
  • 13a9c192d7 New call to onDisconnection callback in LinkLossService xcrespo 2015-10-05 10:37:46 +0200
  • da2b104e16 Added license header for EnvironmentalService xcrespo 2015-10-05 10:32:05 +0200
  • f0f42d110b Support for Environmental Service (temperature, pressure and humidity characteristics) Xabi Crespo 2015-09-24 16:39:24 +0200
  • d43b1d1a8b update LinkLoss service due to recent changes in APIs Rohit Grover 2015-09-29 12:58:14 +0100
  • 8694f1ade2 Merge branch 'develop' v0.4.8 Rohit Grover 2015-09-29 09:38:51 +0100
  • 91239f6b7c Release 0.4.8 ============= Rohit Grover 2015-09-29 09:33:30 +0100
  • 7d5415ada2 Merge work for Eddystone Config Service into develop Rohit Grover 2015-09-29 08:41:29 +0100
  • 5aa7895578 mostly white-sapce improvements Rohit Grover 2015-09-29 08:41:18 +0100
  • d389c42692 patch to ensure corred UUID being broadcast during Config. Austin Blackstone 2015-09-28 13:56:41 -0500
  • 1811f21091 updated eddystone service and added config service. Austin Blackstone 2015-09-25 16:17:14 -0500
  • 7bbdbd0985 Merge pull request #72 from marcuschangarm/develop Rohit Grover 2015-09-21 13:23:17 +0100
  • dd032631d7 Changed onConnection and onDisconnection to accept object/methods and merged them with the addTo-callchain. All calls to onConnection and onDisconnection will now be added to a call chain. Marcus Chang 2015-09-08 15:59:34 +0100
  • c9ee82cb46 microbit: Added support for explicit notify operation of underlying GATTServers. td0 Joe Finney 2015-09-15 14:13:10 +0100
  • 2c421951cb minor improvement to a comment header. Rohit Grover 2015-09-08 10:35:13 +0100
  • c6dcbfc670 allow createBLEInstance to be overridable. Rohit Grover 2015-09-08 10:33:57 +0100
  • 63f54814bd Merge pull request #71 from rgrover/develop Rohit Grover 2015-09-08 10:19:52 +0100
  • cc3db8500c minor improvement to comment header for GattServer::onDataRead() Rohit Grover 2015-09-08 10:11:39 +0100
  • 984266ee8a oops. typo. Rohit Grover 2015-09-07 15:24:28 +0100
  • ad8e92acd5 adding an initial prototype for a yotta-config based initialization for BLE transports Rohit Grover 2015-09-07 14:53:28 +0100
  • ce4821076f handle the case of a NULL transport pointer for BLE. Rohit Grover 2015-09-07 14:13:09 +0100
  • a462757a6c disallow copy constructor and assignment operators for BLE. Rohit Grover 2015-09-07 14:10:35 +0100
  • 4c2aac540d Merge branch 'master' into develop Rohit Grover 2015-09-07 14:08:48 +0100
  • 715d0746bb adding LICENSE at the top level Rohit Grover 2015-09-03 13:22:34 +0100
  • 7198945fb5 Adding LICENSE at the top level. Rohit Grover 2015-09-02 11:04:21 +0100
  • 3f2f94ec1b update comment header for Gap::updateConnectionParams() Rohit Grover 2015-08-26 13:09:18 +0100
  • 626c551477 minor improvement to comments for AuthCallbackParams. Rohit Grover 2015-08-24 10:03:58 +0100
  • 3b01f2a250 Merge branch 'marcuschangarm-master' into develop Rohit Grover 2015-09-01 12:51:08 +0100
  • 6f960cbecd Gap.h - Added onConnection callback chain simarly to the currently present onDisconnection callback chain. Marcus Chang 2015-08-30 18:00:19 +0100
  • eb2130f7a6 Release 0.4.7 ============= v0.4.7 Rohit Grover 2015-08-13 11:20:21 +0100
  • 5bf17c0e7c version v0.4.7 Rohit Grover 2015-08-13 11:10:40 +0100
  • 8de531a7b5 depend on an updated version of nRF51822 which provides event handling through minar. Rohit Grover 2015-08-13 11:08:32 +0100
  • 9d7a7568b8 Use mbed-os as a target dependency. This will be provided by the target configs. Rohit Grover 2015-08-13 11:03:04 +0100
  • 2409ae95c0 BLE_API: getInstance added to GattClient.h James Devine 2015-08-11 23:46:08 +0100
  • 603dae3166 Release 0.4.6 ============= Rohit Grover 2015-08-11 15:03:37 +0100
  • d5c5335fce version v0.4.6 v0.4.6 Rohit Grover 2015-08-11 15:03:16 +0100
  • a15780a712 require 0.4.6 of nRF51 because of the implementation of connHandle field in callbacks. Rohit Grover 2015-08-11 14:55:13 +0100
  • f5fb089d00 white space diffs. Rohit Grover 2015-08-11 14:14:32 +0100
  • 8394e33e59 Add a connHandle field to most gattClient callbacks. Merge branch 'jpbrucker-GattCB_conn_handle' into develop. This should help applications with multiple concurrent connections. Rohit Grover 2015-08-11 14:04:04 +0100
  • a59e1ee07b Merge branch 'GattCB_conn_handle' of https://github.com/jpbrucker/ble into jpbrucker-GattCB_conn_handle Rohit Grover 2015-08-11 14:02:51 +0100
  • eec3f3518f URIBeaconConfigService: move declarations of some local variables closer to their use. Rohit Grover 2015-08-11 13:51:26 +0100
  • 1b265c4e3d minor cosmetic change to the comment header for GapAdvertisingParams. Rohit Grover 2015-08-11 13:50:31 +0100
  • 99c7253051 Add connection handle in Gatt callback parameters Jean-Philippe Brucker 2015-07-22 10:29:29 +0100
  • 3f3ceebeba Merge branch 'BlackstoneEngineering-eddystoneUpdate' into develop Rohit Grover 2015-08-11 07:41:20 +0100
  • 3e2ef66dc2 Merge branch 'eddystoneUpdate' of https://github.com/BlackstoneEngineering/BLE_API into BlackstoneEngineering-eddystoneUpdate Rohit Grover 2015-08-11 07:41:07 +0100
  • bc899071d2 oops. ble depends on nrf51822-v0.4.5. Rohit Grover 2015-08-11 07:13:10 +0100
  • f09b0b6307 modified eddystone service, currently blows away any associated services but it works Austin Blackstone 2015-08-10 15:00:01 -0500
  • 5333f3691a Release 0.4.5 ============= Rohit Grover 2015-08-10 15:01:14 +0100
  • 3aac9f7c90 version v0.4.5 v0.4.5 Rohit Grover 2015-08-10 14:54:59 +0100
  • 44633a5170 merge https://github.com/ARMmbed/ble/pull/65. GapADVParams::get/setInterval() are now counterparts in terms of their units. Rohit Grover 2015-08-10 14:49:45 +0100
  • 186500f135 rename to ADVParams::getIntervalInADVUnits() Rohit Grover 2015-08-10 14:48:13 +0100
  • 8ed4a14b90 minor improvements in the form of comments to Joshua's commit around AdvParams::get/setInterval Rohit Grover 2015-08-10 14:46:50 +0100
  • caadd8c62c added getIntervalInAdvUnits Joshua Slater 2015-08-10 10:47:53 +0100
  • 340a046a8c update module.json to depend on mbed-drivers instead of mbed-core Rohit Grover 2015-08-10 08:36:41 +0100
  • 3d6893f3da version v0.4.4 v0.4.4 Rohit Grover 2015-08-07 15:50:59 +0100
  • 17253370ff Release 0.4.4 ============= Rohit Grover 2015-08-07 15:50:37 +0100
  • 00e76777b2 add yotta dependency for mbed-core Rohit Grover 2015-08-07 15:50:03 +0100
  • 5422ec45c3 we now depend on v0.4.4 of ble-nrf51822 Rohit Grover 2015-08-07 15:42:49 +0100
  • a9561faea1 host repository has been renamed to github/ARMmbed/ble. Rohit Grover 2015-08-07 15:29:34 +0100
  • eb97fcf064 minor change to avoid a compiler warning about un-used variable. Rohit Grover 2015-08-07 15:27:34 +0100
  • bff44f94a6 Adding an initial implementation for Eddystone beacon service. Rohit Grover 2015-08-07 15:27:08 +0100
  • 45813579a5 fix #60: if scanning parameters are changed while scanning is active, their new values are propagated to the underlying stack rightaway. Rohit Grover 2015-08-07 10:14:37 +0100
  • 24a989212a fix #64: GapAdvertisingData::getPayload() should return the payload pointer regardless of len. Rohit Grover 2015-08-07 09:20:30 +0100
  • 3711ca3016 deprecate GattClient::onDataWrite() in favour of onDataWritten(). Rohit Grover 2015-08-07 09:10:39 +0100
  • 501de9ef1f Merge pull request #63 from jslater8/develop Rohit Grover 2015-08-06 13:36:43 +0100
  • e65471d680 Fixed bugs with Gap:: and GapAdvertisingParams Joshua Slater 2015-08-06 11:04:38 +0100
  • 0f2ba674c8 Conversion from advertisement duration units to ms moved from Gap to GapAdvertisingParams. getInterval converts to ms. Added conversion in GapScanningParams Joshua Slater 2015-08-06 10:33:58 +0100
  • ce6772dd88 Merge branch 'sunsmilearm-develop' into develop. Bring in Gap::updateAdvertisingPayload() Rohit Grover 2015-08-03 08:11:30 +0100
  • 97d939ca77 Minor updates to the implementation. Add a local struct to describe ADV fields. Rohit Grover 2015-08-03 08:07:03 +0100
  • ea37b64307 Merge branch 'develop' of https://github.com/sunsmilearm/BLE_API into sunsmilearm-develop Rohit Grover 2015-08-03 07:23:21 +0100
  • 509ffdd1de Add a new function updateAdvertisingPayload() Xiao Sun 2015-08-03 14:05:16 +0800
  • 5fca0d376e dfu: removed static DFUService James Devine 2015-07-31 17:43:15 +0100
  • 64e5ef32c1 minor update to a comment header. Add a mention of units for accumulateAdvertisingPayloadTxPower(). Rohit Grover 2015-07-29 12:06:51 +0100
  • 0183fdc2cb Merge branch 'ddavidebor-master' into develop Rohit Grover 2015-07-27 12:16:30 +0100
  • 97b0438704 Merge branch 'master' of https://github.com/ddavidebor/BLE_API into ddavidebor-master Rohit Grover 2015-07-27 12:15:47 +0100
  • 40929416ea minor corrections to the comments Davide Bortolami 2015-07-25 19:41:58 +0200
  • 2cf2c2f52d version v0.4.3 v0.4.3 Rohit Grover 2015-07-22 10:14:56 +0100
  • 95321570fb Release 0.4.3 ============= Rohit Grover 2015-07-21 12:02:26 +0100
  • 1842576f26 Release 0.4.3 ============= Rohit Grover 2015-07-21 12:01:59 +0100
  • cf1a66303f Rename some enums in GapAdvertisingData, and create some deprecated type aliases. This helps harmonize type-names. Rohit Grover 2015-07-21 12:01:32 +0100
  • 74bf708b05 rename iBeaconService as iBeacon. Rohit Grover 2015-07-21 11:44:36 +0100
  • b3462b3c82 Extend onRadioNotification() to take a <object, member> pair. This is going to help with the implementation of Eddystone. Rohit Grover 2015-07-21 11:35:13 +0100
  • f12267fc71 Update comment header for onRadioNotification() to explain the second prototype. Rohit Grover 2015-07-21 11:16:36 +0100
  • c1c05e5f90 Extend onRadioNotification() to take a <object, member> pair. Add new API to be implemented by BLE ports: initRadioNotification Rohit Grover 2015-07-21 11:04:12 +0100
  • 5eda1ad9e7 make signature of BLE::onRadioNotification() more explicit. Rohit Grover 2015-07-21 09:34:08 +0100
  • 26e9536a80 fix some typos in API comment blocks in BLE.h Rohit Grover 2015-07-21 09:30:09 +0100
  • 90551b6eb7 Rename iBeaconService as iBeacon. This is not a Service in the BLE sense. Rohit Grover 2015-07-21 09:24:05 +0100
  • 09076e1673 simplified some declarations: removed extraneous 'typedef' from typedef struct X {}; Rohit Grover 2015-07-14 09:05:35 +0100
  • 86d7566467 white space diffs. Rohit Grover 2015-07-14 08:20:31 +0100
  • d79995b3ce Merge pull request #56 from OJFord/develop Rohit Grover 2015-07-14 08:07:18 +0100
  • 98261b871b switch repo URL to ARMmbed organization. Rohit Grover 2015-07-14 08:05:20 +0100
  • d583b13bba fix typo in GattService constructor Ollie Ford 2015-07-13 15:26:03 +0100
  • ab17d9c409 expose optional descriptors in template constructors Ollie Ford 2015-07-13 15:15:52 +0100
  • 74191e254b module.json: depend on mbed-classic only for mbed-classic builds. Rohit Grover 2015-07-13 10:05:56 +0100
  • 7aaf768fde Merge branch 'adfernandes-master' into develop Rohit Grover 2015-07-13 07:40:09 +0100
  • 7d961c15f5 Merge branch 'master' of https://github.com/adfernandes/BLE_API into adfernandes-master Rohit Grover 2015-07-13 07:39:40 +0100
  • da20f2e2c7 Change DiscoveredCharacteristic API to return long or short UUIDs. Andrew Fernandes 2015-07-10 11:50:36 -0400
  • 9d289f811b minor changes to comments for porting. Rohit Grover 2015-07-06 14:39:46 +0100
  • 735e18aab3 provide a useful initial implementation for GattClient::discoverServices() Rohit Grover 2015-07-06 14:35:05 +0100
  • 0586bdf264 Release 0.4.2 ============= Rohit Grover 2015-07-06 09:35:58 +0100