BLE <-> UART only char[8]
Fork of nRF51822 by
History
Change Oscillator for HRM1017
2014-06-19, by ghz2000 [Thu, 19 Jun 2014 11:59:47 +0000] rev 32
Change Oscillator for HRM1017
GattServer::readValue() should return the length of data read
2014-06-13, by Rohit Grover [Fri, 13 Jun 2014 11:21:09 +0100] rev 31
GattServer::readValue() should return the length of data read
introduce some sanity checks before adding a characteristic's value to BLE stack
2014-06-11, by Rohit Grover [Wed, 11 Jun 2014 14:52:13 +0100] rev 30
introduce some sanity checks before adding a characteristic's value to BLE stack
make use of GattService::setHandle()
2014-06-11, by Rohit Grover [Wed, 11 Jun 2014 14:44:16 +0100] rev 29
make use of GattService::setHandle()
addService() should automatically set the initial values for characteristics
2014-06-11, by Rohit Grover [Wed, 11 Jun 2014 13:55:00 +0100] rev 28
addService() should automatically set the initial values for characteristics
rename GattCharacteristic::minLength to ::initialLength
2014-06-11, by Rohit Grover [Wed, 11 Jun 2014 08:38:55 +0100] rev 27
rename GattCharacteristic::minLength to ::initialLength
Set CFG_DEBUG to 1 to stop ASSERT_MESSAGE() from calling printf.
2014-06-10, by Rohit Grover [Tue, 10 Jun 2014 13:32:01 +0100] rev 26
Set CFG_DEBUG to 1 to stop ASSERT_MESSAGE() from calling printf.
This has a significant impact on code-size and on the use of BSS.
reverting to BLEDevice (from BLEPeripheral)
2014-06-10, by Rohit Grover [Tue, 10 Jun 2014 13:13:35 +0100] rev 25
reverting to BLEDevice (from BLEPeripheral)
rename BLEDevice to BLEPeripheral
2014-06-10, by Rohit Grover [Tue, 10 Jun 2014 09:32:28 +0100] rev 24
rename BLEDevice to BLEPeripheral
add waitForEvent() to the nRF transport
2014-06-10, by Rohit Grover [Tue, 10 Jun 2014 08:57:31 +0100] rev 23
add waitForEvent() to the nRF transport