Pairing is not taking place

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Pairing is not taking place

445 次查看
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?

标签 (1)
0 项奖励
1 回复

373 次查看
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 项奖励