Commit Graph

139 Commits (040baa12c08b439f9a09f0c1594ac625e58e2ad1)

Author SHA1 Message Date
Joe Finney 040baa12c0 Add NRF event loop handler hook.
6 years ago
Vincent Coubard c5ce428dae Fix access to enum member
7 years ago
Joe Finney 67d0ac737d microbit: Update to indicate when system attributes require intialisation
7 years ago
Joe Finney 0963f913e0 microbit: Added funciton to allow the size of the GATT table to be configuraed
7 years ago
Joe Finney 2b2a9d0fab microbit: Remove restriction on GATT table size to permit larger profiles.
7 years ago
Joe Finney 2541e8fdb0 microbit: Populate 'bonds' field in whitelist entry
7 years ago
Joe Finney 06a34dad44 microbit: Revert service changed indication.
7 years ago
Joe Finney fd017fbf2b microbit: Update to indicate service change on SYS_ATTR_MISSING
7 years ago
Joe Finney 47098827fc microbit: Increase maximum descriptor count
7 years ago
Joe Finney f0333be39e microbit: Update to acomodate changed ble-nrf51822 API
7 years ago
Joe Finney 12cc720955 BUGFIX: Add conditional compilation to support S110 only builds
7 years ago
Joe Finney 93dd3fcc5b microbit: Defined an initial GATT table size of 768 bytes.
8 years ago
Joe Finney d214d82075 microbit: BUGFIX: nRF5xn global singleton preventing gcc optimisation when module not initialized
8 years ago
Joe Finney d8227522cd microbit: Increased maximum characteristic count
8 years ago
Joe Finney 5928b5e443 microbit: Added support for explicit characteristic notification
8 years ago
Joe Finney 2547adaa9c BUGFIX: Updated security requirements for notify/indicate descriptors to match the associated characteristic
8 years ago
Vincent Coubard 2f875c9c1d Merge pull request #103 from andresag01/bond-table-query
8 years ago
Vincent Coubard 29d53c2992 Remove dependency to mbed-error
8 years ago
Andres Amaya Garcia c1bc230bcf Initialize address list before returning error
8 years ago
Andres Amaya Garcia 1e4d6f20fc Add initialization check before querying SD bond table
8 years ago
Andres Amaya Garcia 33db258c8d Add missing documentation to getAddressesFromBondTable API
8 years ago
Andres Amaya Garcia 116eb8db8e Finish implementation of getAddressesFromBondTable
8 years ago
Andres Amaya Garcia 91e8bf4bb2 Modify nRF5xGap::reset() to reset the whitelist
8 years ago
Andres Amaya Garcia bdf392d471 Remove redundant structures from nRF5xGap
8 years ago
Andres Amaya Garcia 12e6c9ec09 Make setWhitelist check errors before changing state
8 years ago
Andres Amaya Garcia b72f9aa24e Add whitelisting documentation to nRF51xGap
8 years ago
Andres Amaya Garcia 9d0c6381d4 Add missing documentation to btle_security for whitelisting
8 years ago
Andres Amaya Garcia 2ebbcb08b5 Add documentation and fix style of SecurityManager
8 years ago
Andres Amaya Garcia c9b6bb9bbb Almost complete implementation of whitelisting API
8 years ago
Andres Amaya Garcia 0f76db4eed Add helper function to get whitelist from SD bond table
8 years ago
Andres Amaya Garcia fdead9ec36 Early whitelisting API prototype implementation
8 years ago
Vincent Coubard 19d1c40612 Merge branch 'develop' of https://github.com/ARMmbed/ble-nrf51822 into characteristicDescriptorDiscovery
8 years ago
Andres Amaya Garcia 22082c54ae Add minor comment in shutdown function
8 years ago
Andres Amaya Garcia 9b14870e5c Fix shutdown of Gap instance to avoid NULL refs
8 years ago
Andres Amaya Garcia 65cb294f61 Fix comment typo
8 years ago
Andres Amaya Garcia 7f02a2d51f Add check for return code of ble_init
8 years ago
Andres Amaya Garcia 7a499f1f3e Remove unused include blecommon.h from projectconfig.h
8 years ago
Andres Amaya Garcia eab13c8b91 Remove occurrence of deprecated appearance enum
8 years ago
Rohit Grover b1b1a40368 white space diff
8 years ago
Rohit Grover 5a6f8cde9a replace a few instances of Gap::AddressType_t with BLEProtocol::AddressType_t
8 years ago
Andres Amaya Garcia 90de915fac Replace deprecated inclusions of mbed.h
8 years ago
Vincent Coubard fd8b73f914 Merge pull request #87 from andresag01/develop
8 years ago
Andres Amaya Garcia 4efa84c82e Remove out-of-date comment from nRF5xn
8 years ago
Andres Amaya Garcia 252ef3cfbd Make _gapInstance non-static in nRF5xn
8 years ago
Rohit Grover ca8b3d2135 replace instances of BLEProtocol::AddressType::Type with BLEProtocol::AddressType_t
8 years ago
Andres Amaya Garcia 786cd0b9bf Modify nRF5xn::shutdown to return actual error code
8 years ago
Vincent Coubard 15592642e1 Move Implementation of nRF5xCharacteristicDescriptorDiscoverer::Discovery
8 years ago
Vincent Coubard c8d826ffd0 Documentation of descriptor discoverer class.
8 years ago
Vincent Coubard 59ced0b4b1 rename remainingCharacteristic member, now it is named
8 years ago
Rohit Grover 52200b37bb follow the extraction of ddress related types from Gap.h into BLEProtocol.h
8 years ago