Commit Graph

489 Commits (a091922f1093525fc2b62e7bfb8484e40e9b063c)
 

Author SHA1 Message Date
Andrew Fernandes 4ec44d75e3 Change DiscoveredCharacteristic API to return long or short UUIDs.
8 years ago
Rohit Grover 2a234a68df Merge branch 'adfernandes-master' into develop
8 years ago
Rohit Grover 9606130953 Merge branch 'master' of https://github.com/adfernandes/nRF51822 into adfernandes-master
8 years ago
Andrew Fernandes b743df2a51 Remove unnecessary 'compiler_abstraction.h' to get rid of duplicate '__ASM' warning.
8 years ago
Rohit Grover 0eb58d86f5 rename nRF51... to nRF5x...
8 years ago
Rohit Grover e79eec6b67 Release 0.4.2
8 years ago
Rohit Grover e408ce6f02 Release 0.4.2
8 years ago
Rohit Grover 57c99a5ac3 fix #22: add GattClient API for handling HVX Events (notifications and indications).
8 years ago
Rohit Grover 842a7b46fd update module.json with version numbers
8 years ago
Rohit Grover f1fcc88868 Merge pull request from James to align nRF51822 for yotta.
8 years ago
Rohit Grover 5370a5097e relocating the tree under ble-nrf51822/btle
8 years ago
Rohit Grover 094e94b9f8 Merge branch 'master' of https://github.com/autopulated/nRF51822 into autopulated-master
8 years ago
Rohit Grover 928a5e634d Release 0.4.1
8 years ago
Rohit Grover d854663cbc add consts at a couple of places.
8 years ago
Rohit Grover bf1405414d close #21: provide an implementation for areUpdatesEnabled()
8 years ago
Rohit Grover 1682fb0932 fixes #20: addService initializes value attribute handles correctly. Previously these were getting confused with characteristicIndex.
8 years ago
Rohit Grover 4bedd5ac7c replace DiscoveredCharacteristic::setupOnDataRead() with GattClient::onDataRead()
8 years ago
Rohit Grover 84e2b306e1 #16: unhide GATT_MTU_SIZE_DEFAULT because the nordic bootloader depends on it.
8 years ago
Rohit Grover 2ebe5108ee Fix #16: move GATT_MTU_SIZE_DEFAULT into blecommon.h
8 years ago
Rohit Grover 3d87035e26 fix #16: hide duplicate symbol definitions in ble_types.h
8 years ago
James Crosby e5575abbfc add module.json
8 years ago
James Crosby 488e24620d restructure to yotta module, with a few tweaks to get things building
8 years ago
Rohit Grover 2716309ce1 Release 0.4.0
8 years ago
Rohit Grover f983494cc9 adjust to the new yotta friendly file tree for BLE_API
8 years ago
Rohit Grover 2453a09171 drop initializeGattDatabase()
8 years ago
Rohit Grover 77a3683918 disconnect() should have a version which takes a connection handle
8 years ago
Rohit Grover 716a8f6258 drop BLEInstanceBase::reset()
8 years ago
Rohit Grover 954c08e84d add support for SecurityManager
8 years ago
Rohit Grover ef145ffba1 white space diffs.
8 years ago
Rohit Grover b7fdb260a0 implement GattServer::read() and write()
8 years ago
Rohit Grover 35e13e5497 add implementation for BLEInstanceBase::getGattServer() const
8 years ago
Rohit Grover b70f93d351 updates to support radioNotificationCallback
8 years ago
Rohit Grover 2f4e06b266 handle processTimeoutEvent() passing in TimeoutSource_t
8 years ago
Rohit Grover 872b10f2ec add implementation for virtual const Gap &getGap() const
8 years ago
Rohit Grover 832347de91 make use of GapAdvertisingParams::AdvertisingType_t instead of Gap::AdvertisementType_t
8 years ago
Rohit Grover a6b456c75c make use of GapAdvertisingData::Appearance instead of uint16_t
8 years ago
Rohit Grover 27b54dee36 Merge branch 'gattClient' into develop
8 years ago
Rohit Grover bb88aaad7b renamed BLEDevice to BLE
8 years ago
Rohit Grover 0c2e06ff0f Merge pull request #12 from adfernandes/gattClient
8 years ago
Andrew Fernandes fbfc6d16f3 Fix various GCC compilation issues.
8 years ago
Rohit Grover c796271c91 Merge branch 'gattClient' into develop
8 years ago
Rohit Grover 6d1bf116e1 fix #1: update license headers for all sources obtained from nordic-SDK using a new template obtained from Nordic.
8 years ago
Rohit Grover efcb88a147 move setTxPower() and getTxPowerLevels() into Gap.h
8 years ago
Rohit Grover 4d24dc24c9 DFU: disable CRC checks based on the init packet.
8 years ago
Rohit Grover 9f72c4ba7c Release 0.3.7
8 years ago
Rohit Grover d7f869bda7 UUID types have moved into UUID class.
8 years ago
Rohit Grover d3889dfb7e rename nRF* to nRF51*
8 years ago
Rohit Grover 3f88e3e384 remove extraneous comment carrying old code.
8 years ago
Rohit Grover 16137b5897 we now have a working nRFGattClient::write()
8 years ago
Rohit Grover 3bea28cfae cleanup around GattCallbackParamTypes
8 years ago