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);