sandeepmistry / arduino-BLEPeripheral

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

Enable advertisements AFTER connection #275

Open marquesn opened 4 years ago

marquesn commented 4 years ago

Hi all,

Does anyone know how to keep advertisements enabled after the device establishes a connection?

If not, does anyone know how to assign the RSSI value of the connection to a BLE characteristic?

Thanks.