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?
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