Hi All.
In custom report descriptor I try to use this code:
ret_code_t result = sd_ble_gatts_value_set( m_conn_handle, m_hids.feature_rep_array[0].char_handles.value_handle, &value_param);
ret_code is NRF_SUCCESS
but on host while reading feature report I don't se a changed value.
Maybe I'm doing something wrong?
Second question is about "BLE Link context manager".: when to call blcm_link_ctx_get function
a result is pp_ctx_data by connection handle.
But what is structure of this data ?
Thanks.