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
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?