Commit graph

23 commits

Author SHA1 Message Date
Rohit Grover
75beb80315 switch to a yotta layout 2015-06-19 13:37:31 +01:00
Rohit Grover
1bb021e666 white space diffs. 2015-06-19 11:49:19 +01:00
Rohit Grover
b7e6ddfae1 DiscoveredCharacteristic: add API for discovering descriptors. 2015-06-19 11:49:03 +01:00
Rohit Grover
03c8740344 we now have a working GattClient::write() 2015-06-05 13:30:01 +01:00
Rohit Grover
06deb96559 GattClient now reuses GattCharacteristicReadCBParams 2015-06-05 10:46:09 +01:00
Rohit Grover
248c63d793 GattCharacteristicReadCBParams::len isn't a pointer. And data is const. 2015-06-05 10:40:49 +01:00
Rohit Grover
c0eb59b498 oops. ReadCallback_t has moved into GattClient. 2015-06-05 10:12:57 +01:00
Rohit Grover
1a9e68e197 ReadCallback_t moves into GattClient. 2015-06-05 09:20:41 +01:00
Rohit Grover
92f61ed875 fix API header for writeWoResponse() 2015-06-05 08:20:48 +01:00
Rohit Grover
a7c6dc1ac7 one massive commit to move towards GattClient. 2015-06-05 08:04:19 +01:00
Rohit Grover
59ce342f34 remove an extraneous printf() 2015-06-05 08:04:19 +01:00
Rohit Grover
2acb939c45 add a gattc pointer to DiscoveredCharacteristic. 2015-06-05 08:04:19 +01:00
Rohit Grover
2dbe62da9e minor re-organization of methods 2015-06-05 08:04:19 +01:00
Rohit Grover
0329541d84 DiscoveredCharacteristic doesn't have virtual functions any more. 2015-06-05 08:04:19 +01:00
Rohit Grover
0390ccc1ea DiscoveredCharacteristic: expand comment header for read() and writeWoResponse() to include NOT_PERMITTED. 2015-06-05 08:04:19 +01:00
Rohit Grover
d6f9d841c9 simplify the declaration of DiscoveredCharacteristic::Properties_t 2015-06-05 08:04:19 +01:00
Rohit Grover
4ab43fb768 introduce DiscoveredCharacteristic::writeWoResponse() 2015-06-05 08:04:19 +01:00
Rohit Grover
7cf2bbb43a DiscoveredCharacteristic::read() should be a const member function. 2015-06-05 08:04:19 +01:00
Rohit Grover
a5eeb92a05 allow for DiscoveredCharacteristic::setup() be in the derived class 2015-06-05 08:04:19 +01:00
Rohit Grover
71d6414370 expand on the comment header for read() 2015-06-05 08:04:19 +01:00
Rohit Grover
069e81b371 DiscoveredCharacteristic::read() should return ble_error_t 2015-06-05 08:04:19 +01:00
Rohit Grover
e90c2ac862 introduce DiscoveredCharacteristic::read() 2015-06-05 08:04:19 +01:00
Rohit Grover
e8850be6cb split out DiscoveredService and DiscoveredCharacteristic from ServiceDiscovery. 2015-06-05 08:04:19 +01:00