Pairing is not taking place

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

Pairing is not taking place

404 Views
aiswaryakrishna
Contributor II

my ble device(QN9080x) is pairing with nxp tool box.actually first it has to pair with nxp tool box,after that it can pair with other apps.can any tell why it is happening?

Labels (1)
0 Kudos
1 Reply

332 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Which demo are you working on? Did you enable the pairing in the code? 

You can enable it on the app_preinclude.h 

/*! Enable/disable use of bonding capability */
#define gAppUseBonding_d 0
/*! Enable/disable use of pairing procedure */
#define gAppUsePairing_d 0

Regards ,

Estephania 

0 Kudos