Commit Graph

652 Commits (040baa12c08b439f9a09f0c1594ac625e58e2ad1)
 

Author SHA1 Message Date
Rohit Grover 2d0b533b5e adding LICENSE at the top level
8 years ago
Rohit Grover 3f9d15a7eb add LICENSE at the top level; also clarify that there are multiple licenses involved in this module
8 years ago
Rohit Grover d0d82e3e65 Merge pull #47 into develop
8 years ago
Rohit Grover 167f304b68 minor cleanup to Fabien's pull request; remove the un-necessary gapConnectionHandle
8 years ago
Rohit Grover 887426ad0b minor white space diff
8 years ago
Rohit Grover b0bf2db253 Merge branch 'master' of https://github.com/fabiencomte/ble-nrf51822 into fabiencomte-master2
8 years ago
Fabien Comte 6cdb6f161f rgrover patch fixed
8 years ago
Rohit Grover b94805eb39 Merge branch 'autopulated-master' into develop
8 years ago
Rohit Grover 70a7f88ec4 Merge branch 'master' of https://github.com/autopulated/ble-nrf51822 into autopulated-master
8 years ago
Rohit Grover 4fa43078db initialize all members of gattc_write_params_t in GattClient::write().
8 years ago
Rohit Grover 6a5d142f03 initialize the member authorizationReply when posting authorization callbacks to the application.
8 years ago
Rohit Grover 94e699bbe8 supress warnings for unused paramters and missing initializers for the Nordic code.
8 years ago
Rohit Grover 31a28c5b87 Merge pull request #43 from jpbrucker/s110_compat
8 years ago
Jean-Philippe Brucker dc1d7893c4 Update S110 detection macros
8 years ago
James Crosby b94eaffd5f remove some unnecessary include paths
8 years ago
Rohit Grover 52625825de Merge pull request #41 from jpbrucker/bootloader
8 years ago
Jean-Philippe Brucker 8f853d9676 Add FOTA bootloader image
8 years ago
Rohit Grover 21e8e22df9 Release 0.4.7
8 years ago
Rohit Grover 41ec57c418 version v0.4.7
8 years ago
Rohit Grover 34cffe75cb depend on an updated version of ble
8 years ago
Rohit Grover 74c707687b setup an event handler to post BLE events to Minar.
8 years ago
Rohit Grover 6d1b1d94f6 white space diffs.
8 years ago
Rohit Grover c9a77b8253 Release 0.4.6
8 years ago
Rohit Grover f69fd98508 version v0.4.6
8 years ago
Rohit Grover a763452453 depend on ble v0.4.6 because of addition of connHandle in gattClient callbacks param structs.
8 years ago
Rohit Grover 1da1aa8622 fix #39: have a single call to SOFTDEVICE_HANDLER_INIT() to remove duplication of BLE_EVT_BUFFER.
8 years ago
Rohit Grover c28d0eea88 fix #11. Remove include for missing header.
8 years ago
Rohit Grover 2c01109786 Merge pull request #38 from jpbrucker/s110_compat
8 years ago
Rohit Grover fff7623df3 Setup connHandle for most gattClient callbacks.
8 years ago
Rohit Grover 2d149d36fb Merge branch 'GattCB_conn_handle' of https://github.com/jpbrucker/nRF51822 into jpbrucker-GattCB_conn_handle
8 years ago
Jean-Philippe Brucker 3eabc779a0 Disable GattClient features when using S110 SoftDevice
8 years ago
Jean-Philippe Brucker 73147b41c2 Fill connection handle in Gatt callbacks parameters
8 years ago
Rohit Grover e699db6a54 nRFGattClient: move the allocation of the singleton to within the getInstance() method.
8 years ago
Rohit Grover 2294f555d8 Release 0.4.5
8 years ago
Rohit Grover ab1f76572e version v0.4.5
8 years ago
Rohit Grover dae7886be3 require ble-0.4.5 because of API changes
8 years ago
Rohit Grover 7e6bd9a4f9 https://github.com/ARMmbed/ble-nrf51822/pull/36
8 years ago
Joshua Slater 8830c07558 getAppearance now checks for correct success code from sd_ble_gap_appearance_get
8 years ago
Rohit Grover bf25a5a4c4 rename to getIntervalInADVUnits()
8 years ago
Joshua Slater 781dcbdcfd changed getInterval to getIntervalInAdvUnits to support changes in GapAdvertisingParams.h
8 years ago
Rohit Grover fa0f12d376 version v0.4.4
8 years ago
Rohit Grover 330e3ba31f Release 0.4.4
8 years ago
Rohit Grover db8e482c31 we now depend on ble v0.4.4 because of API changes
8 years ago
Rohit Grover 32f4698d56 URL of the host repo has changed to "git@github.com:ARMmbed/ble-nRF51822.git"
8 years ago
Rohit Grover 552a3b5d46 Merge pull request #34 from jslater8/develop
8 years ago
Joshua Slater 110db4c514 Changed Gap:: to GapAdvertisingParams:: because of change in BLE
8 years ago
Rohit Grover 692d7e08e8 minor cosmetic change to the previous commit.
8 years ago
Rohit Grover 27cd45a37c Merge pull request #32 from jpbrucker/dynamic_clksrc
8 years ago
Jean-Philippe Brucker b22c2e826f Select the clock source dynamically on SoftDevice initialisation
8 years ago
Rohit Grover 71d6c4148f fix #29: add mention of version number to the version string.
8 years ago