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

[Question] StartSecurity / ble_gap_security_initiate in Central and Periperal

Open alberk8 opened this issue 2 years ago • 1 comments

Hi,

I find this in the Event Subscribe of BleServer which is odd (what appends if the Authentication is needed when Characteristics is only a read or write),

On the Central where is this called, this there an example?

Thank you.

alberk8 avatar Jan 14 '23 00:01 alberk8

This is only called when a central subscribes to notifications and the peripheral characteristic flags are set to use security.

h2zero avatar Jan 20 '23 02:01 h2zero