You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to pairing with peripheral device from central mbed device.
I tried is below
ble.securityManager().init(allowbonding =true, requireMITM =false, iccaps=0)
->OK,
ble.securityManager().setLinkSecurity(handle,SECURITY_MODE_ENCRYPTION_NO_MITM) from initializedCallback.
->becomes ERRROR(unspecified)
Does anyone succeed in pairing form central device?
NOTE:
I used ble nano for central device.
The text was updated successfully, but these errors were encountered:
I tried to pairing with peripheral device from central mbed device.
I tried is below
ble.securityManager().init(allowbonding =true, requireMITM =false, iccaps=0)
->OK,
ble.securityManager().setLinkSecurity(handle,SECURITY_MODE_ENCRYPTION_NO_MITM) from initializedCallback.
->becomes ERRROR(unspecified)
Does anyone succeed in pairing form central device?
NOTE:
I used ble nano for central device.
The text was updated successfully, but these errors were encountered: