QN_LOCAL_NAME not honored on iOS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

QN_LOCAL_NAME not honored on iOS

1,645件の閲覧回数
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,551件の閲覧回数
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 件の賞賛
返信