Hello Everyone,
I am working on KW40Z development board. I wants to add pairing (bonding) functionality in any Bluetooth example code (like Blood Pressure).
Can any one help me, how can I add bonding functionality in firmware so when I connect kw40z to mobile app it will ask to enter passkey.
Best Regards,
Rajneesh
Hi Rajneesh,
In order to enable Security and Pairing/Bonding procedure, you need to Set to TRUE the #define gBondingSupported_d & gUseServiceSecurity_d in app.h.
You can optionally change the #define gPasskeyValue_c always in app.h
Cheers,
Antonio