Ryan Powell

Results 32 issues of Ryan Powell

Chnage the callback functions that receive a ble_gap_conn_desc pointer to instead receive a NimBLEConnInfo reference. * Add a reason parameter to the server disconnect callback. * Remove connect and disconnect...

I have a few changes in mind that will break the current API in a few ways and would like to get feedback on these. If you're interested please check...

This replaces NimBLEAdvertisedDeviceCallbacks with NimBLEScanCallbacks and adds a onScanEnd callback. The overload callback parameter for NimBLEScan::start has been removed and the non-blocking scan start function has been renamed to NimBLEScan::startAsync.

The recent development in the master branch has added support for using this library on Nordic nRF5 devices. A few months ago I started making an Arduino core to support...

Announcement

Just wanted to bring attention to the new [mesh](https://github.com/h2zero/NimBLE-Arduino/tree/mesh) branch. I've been working on adding a mesh API. So far basic on/off server and level models have been implemented and...

enhancement

## Description: This will allow for connecting to devices that require pairing/bonding before permitting read/write operations. To use this simply add {"secure": true} and optionally {"passkey":123456} (substitute with correct key)...

Updates the release workflow to copy the OTA image file to release assets.

This adds a callback that is called when a device is initially discovered. It is always called wether scanning in passive or active mode. This allows for active scanning to...

I have a few changes in mind that will break the current API in a few ways and would like to get feedback on these. If you're interested please check...

Adds `NimBLEService::createService` and `NimBLEService::addService` which will create a secondary service under the service caller.