Commit Graph

56 Commits (a091922f1093525fc2b62e7bfb8484e40e9b063c)

Author SHA1 Message Date
Rohit Grover 7de2b7162f minor rewording of the comment introduced by the previous pull request
8 years ago
Andres Amaya Garcia f8b3f1340f Post radio notification callback through minar
8 years ago
Andres Amaya Garcia c8cb3aeee3 Change assembly sequence to avoid changing APSR
8 years ago
Andres Amaya Garcia 90f6c9714f Fix assembly sequence to start bootloader in GCC
8 years ago
Marcus Chang 55aef3bf24 Added watchdog header file from Nordic SDK 8.1
8 years ago
Rohit Grover 6b763c8709 bring in the latest changes for BLE::init() where we allow <object, member> tuples for init callback.
8 years ago
Vincent Coubard f0d521f04c Ensure that the initialization flags is set to false if the BLE stack is
8 years ago
Rohit Grover c5dc7e52a6 add init guards for some top level APIs
8 years ago
Rohit Grover 20b07e38bc update init() to match the chagnes around initializationCompleteCallback.
8 years ago
Andres Amaya Garcia 97a65815ed Introduced changes for memory savings
8 years ago
Marcus Chang 6082c76ab5 When connecting, if no scanning parameters are passed, use values from Gap parent.
8 years ago
Rohit Grover 816f4559f1 white space diffs; convert tabs to spaces
8 years ago
Rohit Grover 031ae20002 Merge branch 'patch-1' of https://github.com/Timmmm/ble-nrf51822 into Timmmm-patch-1
8 years ago
Jean-Philippe Brucker eab6631cb6 Update S110 detection macros again
8 years ago
Tim 4af5d03cd5 Error check number of characteristics
8 years ago
Rohit Grover ee2b3dfe4a nRF5xGattServer::write()L remember to setup returnValue to BLE_STACK_BUSY in the case of an unforseen error.
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 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
Jean-Philippe Brucker dc1d7893c4 Update S110 detection macros
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 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 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
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
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
Rohit Grover 6cdf4e12e0 fix #29: support getVersion for v8 of the softdevice.
8 years ago
Jean-Philippe Brucker 20f4417724 Add SoftDevice s110 compatibility
8 years ago
Jean-Philippe Brucker 34977aea1c Add S110 compatibility in S130 headers
8 years ago
Rohit Grover 553132b406 add support to handle radio-notification event as a FuncionPointer so that we can have <object, member> pairs for callbacks.
8 years ago
Rohit Grover df2efa5adb white space diffs.
8 years ago
Rohit Grover c0a8c6b544 Merge branch 'master' of https://github.com/adfernandes/nRF51822 into afernandes
8 years ago
Andrew Fernandes 2e68655044 nRF51ServiceDiscovery should be able to match short AND long UUIDs.
8 years ago
Andrew Fernandes 4ec44d75e3 Change DiscoveredCharacteristic API to return long or short UUIDs.
8 years ago
Rohit Grover 9606130953 Merge branch 'master' of https://github.com/adfernandes/nRF51822 into adfernandes-master
8 years ago