Open thekurtovic opened 1 week ago
rcPtr
NimBLEDevice::startSecurity
async
NimBLEClient::secureConnection
This will need to be refactored after #227 is merged, just a heads up.
rcPtr
toNimBLEDevice::startSecurity
, default value works as the original method.rcPtr
: if not nullptr, will allow caller to obtain the internal return code.async
toNimBLEClient::secureConnection
, default value works as the original method.async
; if true, will send the secure command and return immediately with a true value for successfully sending the command, else false.