This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to deal with BLE_GATTS_EVT_SYS_ATTR_MISSING error?

Hi,When I use nRF Connect app(IOS version) to connect my ble device,BLE_GATTS_EVT_SYS_ATTR_MISSING log information appears in my RTT Viewer(Picture IOS_Phone_Conncet).After about 96s,app(IOS version) will disconnect to my ble device.Disconnect Reason is 0x0016 (#define BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION 0x16 /**< Local Host Terminated Connection. */ in ble.hci.h).(Picture IOS_Phone_Disconnect). When i use nRF Connect(Andriod version),it have no this problem(Picture Andriod_Phone_connect). I want to know how to deal with BLE_GATTS_EVT_SYS_ATTR_MISSING error,it seems BLE_GATTS_EVT_SYS_ATTR_MISSING cause the disconnnection when connect to app(IOS version).

My ble device use nRF5_SDK_11.0.0_89a8197. IOS_Phone_Connect.png IOS_Phone_Disconnect.png Android Phone Connect.png

Regards,alivexiaoluo.

Parents Reply Children
No Data
Related