esp-nimble-cpp icon indicating copy to clipboard operation
esp-nimble-cpp copied to clipboard

Add onDiscovered scan callback.

Open h2zero opened this issue 3 years ago • 0 comments

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 receive device detection information in the case where the scan response is not sent/received.

This callback is optional, the application may decide to implement it or not.

h2zero avatar Aug 27 '22 20:08 h2zero