

Keith,
0X13 and 0x113 are errors at different layers. nRF Connect (phoone app) displays platform “GATT status” codes. OS normally reports many ATT errors as 0x0100 | att_code. So 0x0113 appears. It looks like the app did not label the 0x113 to any specific mapping yet, so it prints the default “Unknown GATT status (0x0113).
You can treat this as "Value Not Allowed" and if you use want to be sure, you can sniff the air packets to see if we are doing and assuming the right things.
Keith,
0X13 and 0x113 are errors at different layers. nRF Connect (phoone app) displays platform “GATT status” codes. OS normally reports many ATT errors as 0x0100 | att_code. So 0x0113 appears. It looks like the app did not label the 0x113 to any specific mapping yet, so it prints the default “Unknown GATT status (0x0113).
You can treat this as "Value Not Allowed" and if you use want to be sure, you can sniff the air packets to see if we are doing and assuming the right things.