sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

Add raw BLE peripheral event management #263

Open plapointe6 opened 5 years ago

plapointe6 commented 5 years ago

This pull request add the possibility to subscribe to raw events. Useful if you want to handle specific events that are not handled in BLEPeripheral.

I implemented the changes that was discussed in pull request #120.

Tested and work well with nRF51822, should also work with nRF8001 but I can't test it.