How to pair KW40Z with mobile app

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to pair KW40Z with mobile app

688 Views
rajneeshsinha
Contributor I

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

0 Kudos
1 Reply

536 Views
antonioconcio
NXP Employee
NXP Employee

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

0 Kudos