Hello, I received BLE_ERROR_GATTS_SYS_ATTR_MISSING event during connection procedure. Tried to look inside and found
/**@brief Event structure for @ref BLE_GATTS_EVT_SYS_ATTR_MISSING. */
typedef struct
{
uint8_t hint; /**< Hint (currently unused). */
} ble_gatts_evt_sys_attr_missing_t;
I tried to read the hint values and they changed from connection to connection. So could I decode and interpret them to improve code flexibility?