Hello! I am looking examples for nRF5_SDK_14.1.0 (For example - ble_app_eddystone ) I need read all attributes with ATT_Read_Blob_Req command. I can read Device Name (0x2A00) attribute without any problem. I sent ATT_Read_Blob_Req command and device response with ATT_Read_Blob_Req.
But when I read any eddystone attributes, device send ATT_Error_Response with ErrorCode=ATT_NOT_LONG (0x0B)
I need use BlobRead because customers software use it. How can I change attributes characteristics or code for BlobRead command?