QN_LOCAL_NAME not honored on iOS

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

QN_LOCAL_NAME not honored on iOS

1,638 次查看
lucas2
Contributor I

For the QN9020, the device presents itself to the iPhone as the AppName sometimes, and Quintic BLE other times.

/// Application friendly name setting#define QN_LOCAL_NAME           "AppName"

// Use the local name instead of the name stored in flash    name_length = strlen(QN_LOCAL_NAME);    strcpy((char *)&app_env.adv_data[5], QN_LOCAL_NAME);
标签 (2)
标记 (2)
0 项奖励
回复
1 回复

1,544 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Lucas,

Please look at the bd address in the NVDS, the software stack looks for that information in that memory, if it has a valid tag.

Look at the QBlue NVDS Configurator

Regards,

Marip

0 项奖励
回复