Greetings,
NEXUS 6P I am trying to run the Android-Image-Transfer-Demo with a nexus 6P. So the application compiles and loads fine into the phone, but whenever i try to attempt a connection to the NRF board, the NRF immediately disconnects the connection. Is there potentially a different setting i need for changing timeouts and/or the amount of data that is allowed to be transferred. When debugging, I do see a method exceeds compiler instruction which makes me think that is the problem, any thoughts?
debug trace from android studio:
I/lbs_tag_service: Connected to GATT server.
D/BluetoothGatt: discoverServices() - device: E6:3E:72:F7:B1:96
D/image_transfer_main: UART_CONNECT_MSG
I/lbs_tag_service: Attempting to start service discovery:true
I/zygote64: Method exceeds compiler instruction limit: 25337 in void org.ccil.cowan.tagsoup.HTMLSchema.<init>()
D/BluetoothGatt: onConnectionUpdated() - Device=E6:3E:72:F7:B1:96 interval=6 latency=0 timeout=500 status=0
D/BluetoothGatt: onClientConnectionState() - status=8 clientIf=6 device=E6:3E:72:F7:B1:96
I/lbs_tag_service: Disconnected from GATT server.
D/image_transfer_main: UART_DISCONNECT_MSG
W/lbs_tag_service: mBluetoothGatt closed
D/BluetoothGatt: close()
D/BluetoothGatt: unregisterApp() - mClientIf=6
D/BluetoothAdapter: stopLeScan()
D/BluetoothAdapter: scan not started yet
SAMSUNG S6 I was able to borrow a co workers samsung S6 and the application and nrf5 board worked just fine.