ARMmbed / ble-nrf51822

Nordic stack and drivers for the mbed BLE_API
Other
46 stars 51 forks source link

BLE_API setLinkSecurity does not work. #129

Open nekosh opened 8 years ago

nekosh commented 8 years ago

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.

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-2565