Bluetooth Low Energy


Bluetooth Low Energy (a.k.a Bluetooth LE, BTLE, Bluetooth Smart)

You are viewing an older revision! See the latest version

API Development

API Development

Change Requests

Main header file name (carles)

<ble.h> or <bledevice.h> rather than <nRF51822n.h>. That way if one day the developer switches chips he does not have to change the source (carles)

Main stack instance (carles)

Currently it is "nRF51822n nrf;", I suggest "BLEDevice ble;" instead (carles)

Code sharing across multiple chipsets (carles)

Feature Requests

Additional functionality not currently covered by the API

  • Description (request author)

All wikipages