Commit Graph

997 Commits (bbc2dc58f8da1d5a6d1882dddd5ce7399dc48889)
 

Author SHA1 Message Date
Andres Amaya Garcia 0781293bda Add onShutdown to register callbacks
7 years ago
Rohit Grover 3c15a7dfcc minor re-organization
7 years ago
Rohit Grover f30fe6bcda use an anonymous enum instead
7 years ago
Rohit Grover 2f527dbb7e transparenly support existing applications which may have used Gap::ADDR_TYPE_*.
7 years ago
Rohit Grover 022c37ce31 white space diffs
7 years ago
Rohit Grover 8b513a7ba2 add an interdependency to "ble-nrf51822": "^2.2.8"
7 years ago
Rohit Grover 1e448f8757 Merge pull request #141 from andresag01/develop
7 years ago
Rohit Grover b8fde92814 update dependency for ble-nrf51822 to have version >=2.2.6
7 years ago
Rohit Grover 87ab48899d version v2.1.15
7 years ago
Rohit Grover 95541a1663 Merge pull request #142 from rgrover/develop
7 years ago
Rohit Grover 1cab4222d5 replace uses of GapAddress_t with BLEProtocol::Address_t
7 years ago
Rohit Grover 4774e2cd84 Add an alias for BLEProtocol::AddressType::Type
7 years ago
Vincent Coubard 4dda9bf1b8 Fix function names:
7 years ago
Rohit Grover 05c42ffc31 had meant to use namespace for BLEProtocol instead of struct
7 years ago
Rohit Grover 17d6e5fe80 Extract Adress related types from Gap.h into BLEProtocol.h
7 years ago
Andres Amaya Garcia cd809e2a2c Modify shutdown API and functionality
7 years ago
Vincent Coubard 87d8941374 Remove setLastHandle member function, it does not belong here
7 years ago
Vincent Coubard 726a144eeb Fix whitespace and improve documentation of Descriptors discovery
7 years ago
Vincent Coubard a56a875bbc Improve cross references for DiscoveredCharacteristicDescriptor docs
7 years ago
Vincent Coubard e877d0b7c7 Improve and correct documentation of DiscoveredCharacteristic
7 years ago
Vincent Coubard d7700bccb8 Improve documentation of DiscoveredCharacteristicDescriptor
7 years ago
Vincent Coubard bb9cb988a2 Improve consistency of accessor naming
7 years ago
Vincent Coubard 6b6cf34b1d Improve description of class DiscoveredCharacteristicDescriptor
7 years ago
Vincent Coubard e9d0a85643 Improve description of class DiscoveredCharacteristic
7 years ago
Vincent Coubard 325f52c7aa Add documentation for DiscoveredCharacteristic
7 years ago
Vincent Coubard 933f134872 Add documentation for CharacteristicDescriptorDiscovery
7 years ago
Vincent Coubard a7b7118bd7 Merge branch 'develop' of https://github.com/ARMmbed/ble into descriptorDiscovery
7 years ago
Andres Amaya Garcia b817cf3e57 Improve API to facilitate full shutdown procedure
7 years ago
Rohit Grover e513c189ec version v2.1.14
7 years ago
Rohit Grover 4274817f7d changing dependency for nucleo-idb0xa1 to use versioning
7 years ago
Rohit Grover 6c13ded25b version v2.1.13
7 years ago
Rohit Grover 21447dcf8a version v2.1.12
7 years ago
Rohit Grover 5eca22cd68 Merge pull request #140 from marcuschangarm/bond
7 years ago
Joe Finney 7c1aa005d3 microbit: Added support for explicit notification
7 years ago
Joe Finney cfbc9f3fad microbit: Disabled default instantiation of DFUService.
7 years ago
Marcus Chang 372e20367c Added SecurityManager::setLinkSecurity call for elevating security settings on a particular connection.
7 years ago
Rohit Grover d363d7ee8c Merge branch 'develop'
7 years ago
Rohit Grover f3dd147b2b Release 2.1.11
7 years ago
Rohit Grover 12d317cc9f version v2.1.10
7 years ago
Rohit Grover e8cf2c3999 Merge branch 'marcuschangarm-endian' into develop
7 years ago
Rohit Grover 694130ff18 use std::reverse_copy to switch byte-order
7 years ago
Rohit Grover 9ba091134d rename UUID::BitOrder_t to ByteOrder
7 years ago
Rohit Grover 9c648dc3c6 add comment header for UUID::char2int
7 years ago
Rohit Grover aac3181548 Merge branch 'endian' of https://github.com/marcuschangarm/ble into marcuschangarm-endian
7 years ago
Marcus Chang 01eaeeeea2 Added bit ordering parameter to UUID construction.
7 years ago
Rohit Grover ce4551ba6b remove an incorrect comment block
7 years ago
Rohit Grover 605519dc6e version v2.1.9
7 years ago
Rohit Grover ae05cd7950 merge the options from Doxyfile into ble.doxyfile
7 years ago
Rohit Grover 1922b9a19f Merge pull request #134 from andresag01/develop
7 years ago
Andres Amaya Garcia d9faf10036 Fix documentation for getMinAdvertisingInterval and getMinNonConnectableAdvertisingInterval
7 years ago