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

NimBLE_extended_server encrypt

Open enhany opened this issue 2 years ago • 1 comments

Hello.

When using NimBLE_extended_server example with:

	NimBLEDevice::setSecurityIOCap(BLE_HS_IO_NO_INPUT_OUTPUT);
	NimBLEDevice::setSecurityAuth(BLE_SM_PAIR_AUTHREQ_BOND | BLE_SM_PAIR_AUTHREQ_MITM | BLE_SM_PAIR_AUTHREQ_SC);

then not possible to bond. Any bond request just disconnect client.

enhany avatar Jun 26 '23 18:06 enhany