NimBLE-Arduino icon indicating copy to clipboard operation
NimBLE-Arduino copied to clipboard

Add client connect cancel

Open gkoh opened this issue 4 months ago • 1 comments

I've found a need to allow a user to cancel an active client connection attempt. For now, I've just direct called ble_gap_conn_cancel() which does the job and causes a NimBLEClient::connect() to abort.

It would be nice, but not necessary, to add something like NimBLEClient::cancel() or similar so abstractions are preserved.

gkoh avatar Oct 16 '24 23:10 gkoh