Vincent Coubard
59ced0b4b1
rename remainingCharacteristic member, now it is named
...
discoveredCharacteristic. Add doc to the discovery process and the
rationale behind discoveredCharacteristic member.
2015-12-15 09:54:25 +00:00
Vincent Coubard
7e784e0e0c
Merge branch 'develop' of https://github.com/ARMmbed/ble-nrf51822 into characteristicDescriptorDiscovery
2015-12-14 11:57:57 +00:00
Marcus Chang
59fa852bea
Added bit order parameter to UUID construction.
2015-12-07 13:35:45 +00:00
Rohit Grover
d7834bc274
replace some loops with memcpy()
2015-12-02 13:09:33 +00:00
Marcus Chang
2725247316
Fixed endianness bug in nRF5xServiceDiscovery::processDiscoverUUIDResponse to be consistent with BLE API.
2015-12-01 18:03:38 +00:00
Vincent Coubard
dc2dfb0a95
Add status parameter in terminateCharacteristicDiscovery function.
...
Fix terminate discovery (the replacement of the discovery was done after
the call to terminate).
When searching for a running discovery, dismiss results where the
characteristic is equal to the default characteristic value
Add Discovery::operator!=
Add support of DiscoveredCharacteristic last handle in the characteristic
discovery process
2015-11-17 14:20:17 +00:00
Vincent Coubard
cdd5b92193
Relaunch discovery operation when gatt event status is
...
BLE_GATT_STATUS_SUCCESS.
Report error in the Termination callback
2015-11-17 10:24:57 +00:00
Rohit Grover
df2efa5adb
white space diffs.
2015-07-13 07:51:07 +01:00
Rohit Grover
c0a8c6b544
Merge branch 'master' of https://github.com/adfernandes/nRF51822 into afernandes
2015-07-13 07:49:07 +01:00
Rohit Grover
0eb58d86f5
rename nRF51... to nRF5x...
...
This prepares us to support nRF52.
2015-07-06 14:18:01 +01:00