Commit graph

9 commits

Author SHA1 Message Date
Rohit Grover
11a53ce5f8 Add support for onRadioNotification(). Radio Notification is a feature that
enables ACTIVE and INACTIVE (nACTIVE) signals from the stack that notify the
  application when the radio is in use. The ACTIVE signal is sent before the
  Radio Event starts. The nACTIVE signal is sent at the end of the Radio
  Event. These signals can be used by the application programmer to
  synchronize application logic with radio activity. For example, the ACTIVE
  signal can be used to shut off external devices to manage peak current drawn
  during periods when the radio is on, or to trigger sensor data collection
  for transmission in the Radio Event.

Bugfixes
~~~~~~~~

none.
2015-04-10 12:48:59 +01:00
Rohit Grover
270603e302 Release 0.3.0
==============

Enhancements
~~~~~~~~~~~~

* Updated to use of new APIs for authorizeRead() and authorizeWrite() which
  return status.

* Implement APIs for getMinAdvertisingInterval() and variants.

* add #ifdef __cplusplus to pstorage.h

Bugfixes
~~~~~~~~

none.
2015-03-23 16:22:46 +00:00
Rohit Grover
6cd6038954 extending ConnectionCallbackParameters_t 2014-11-18 15:12:09 +00:00
Rohit Grover
c3d07e49ea simplify BLE_GAP_ADDR_LEN to ADDR_LEN defined in Gap.h 2014-10-06 10:51:19 +01:00
Rohit Grover
2220853d1e introduce GAP::getAddress() to fetch the MAC address. 2014-10-06 10:42:30 +01:00
Rohit Grover
8d7351c5f3 white space diffs. 2014-10-06 10:41:23 +01:00
Rohit Grover
7050c1e1c8 add a 'reason' parameter for disconnect() and onDisconnection callback 2014-09-02 13:44:52 +01:00
Rohit Grover
4e77274ffc move get/set of deviceName and appearance to Gap 2014-09-02 13:44:52 +01:00
Rohit Grover
d1a8667c1d forking from 53:1e5c300cec7f 2014-07-30 11:36:32 +01:00