Dear NXP,
I am working on Toradex apalis imx6q with Android Nougat. By default in UI/application it will visible as "Phone". But, I set into "Phone_xxxx " (xxxx - last 4 digit of soc number).. And I analyze in application. Before set the name the UI take default. But, after reboot the name is update.
classInitNative : This is callback to set the bt phone name in UI.
jmethodID Name = env->GetMethodID(cls, "onSetPhoneName", "([B)V");
I want to update the name at the current time.
Please response, If anyone in experience.in Bluetooth phone name settings, JNI.
Thanks & Regards,
VinothS