QN_LOCAL_NAME not honored on iOS

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

QN_LOCAL_NAME not honored on iOS

529 Views
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);
Labels (2)
Tags (2)
0 Kudos
1 Reply

435 Views
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 Kudos