Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLE_API setLinkSecurity does not work. #129

Open
nekosh opened this issue May 15, 2016 · 1 comment
Open

BLE_API setLinkSecurity does not work. #129

nekosh opened this issue May 15, 2016 · 1 comment
Labels

Comments

@nekosh
Copy link

nekosh commented May 15, 2016

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
Copy link
Member

ARM Internal Ref: IOTSFW-2565

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants