Other Parts Discussed in Thread: CC2541
I have a CC2541 project copy from SimpleBLEPeripheral(BLE-CC254x-1.4.0):
a. Service UUIDs information removed from the advertising
b. Use internal FLASH to save 4-byte datas triggered by a button action
osal_snv_write(SVN_ADDR, sizeof(this_color), &this_color);
In constant testing, Android application is always OK.
But iOS application(include the LightBlue application) can't discover services occasionally, application can scan the advertising, but can't discover services.
Who can tell me what has happened? is there any solution? Thanks!