My app is based on ble_app_uart, with my own custom service replacing NUS. Right now it's not doing much except printing a hex string of the written value (16 bytes)
I'm trying to debug a failed connection from an Android app - basically the app is just trying to write to a couple of characteristics. The strange thing is I can write using nRF Connect no problem at all.
Anyway, to debug I'm printing the BLE event codes during on_connect on_write on_ble_event handlers etc. Most of these I can decode except I get a event 0x3A which I can't find - apart from the general Bluetooth codes as BLE_HCI_CONTROLLER_BUSY.
Is this the correct meaning? If so, what could cause the message?