Commit graph

22 commits

Author SHA1 Message Date
Rohit Grover
b87dd448d9 reimplement nRF51Gap::startScan() in terms of AdvertisementCallbackParams. 2015-05-18 07:43:39 +01:00
Rohit Grover
69bfe8a59a add missing include for GapScanningParams to nRF51Gap.h 2015-05-12 10:55:13 +01:00
Rohit Grover
14f066b92a rename GAP_DURATION_UNITS to ADVERTISEMENT_DURATION_UNITS 2015-05-12 10:55:13 +01:00
Rohit Grover
d154894d1f simplify the name used to include Gap.h 2015-05-12 10:55:13 +01:00
Rohit Grover
233e5228e1 minor white space diffs. 2015-05-12 10:55:13 +01:00
Rohit Grover
459e83e03b add support for active scanning. 2015-05-12 10:55:13 +01:00
Rohit Grover
7d0cc16975 shorten names for *scanning* APIs to *scan*. 2015-05-12 10:55:13 +01:00
Rohit Grover
82408ba7ca add implementation for stopScanning() 2015-05-12 10:55:13 +01:00
Rohit Grover
13bbda2a7d add API for startScanning() 2015-05-12 10:55:13 +01:00
Rohit Grover
f258300a53 rename to purgeAllBondingState() 2015-05-07 08:15:48 +01:00
Rohit Grover
590b9828cf add getLinkSecurity() 2015-05-07 08:15:48 +01:00
Rohit Grover
9e7dab432e implement deleteAllBondedDevices() 2015-05-07 08:15:48 +01:00
Rohit Grover
2783e0289c ble_radio_notification_init requires DISTANCE_800US for now. :( 2015-04-15 09:23:56 +01:00
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