Tool/software: Code Composer Studio
SDK --> simplelink_cc2640r2_sdk_4_10_00_10
I am working on "Simple peripheral" project.
BLEstack -> Simple peripheral
-----------------------------------------------------------------------
Hi,
I have changed the scanRspData value and called the GAPRole_SetParameter function.
GAPRole_SetParameter(GAPROLE_SCAN_RSP_DATA, sizeof(scanRspData),
scanRspData);
.
Now I am checking on phones:
1. On Android phone the name is showing and is same as what I have entered onscanRspData.
2. On iPhone the name is showing Simple Peripheral.
.
Why is this so?
how to fix this?
.
Regards,
Saurav