This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ble_app_uart runs ok in Android but will cause error 8 when send message to iOS 7.1

nrf51_sdk_v5_2_0_39364\nrf51822\Board\pca10001\s110\experimental\ble_app_uart

runs ok when connected to Android 4.4 Nesus7 II

but will return error code 8 when connect to "New iPAD 3" iOS 7.1

  • It seems that “BLE_GATTS_EVT_WRITE” will be trigger when connected to Android 4.4device, but When connected to iPAD,this event will not trigger and "on_write(p_nus, p_ble_evt)" will not be called .

    Can iOS APP cause this issue,or our ble_app_uart in SDK 5.2 can not use with iOS now?

Related