I am trying to determine the service handle of the nus example, to be able to verify that the central has turned on notifications.
I am using the sd_ble_gatts_value_get(m_conn_handle, , &pval); function to read the attribute value and then test if for notifications enabled, but for the life of me cannot determine what it is?
I have found the characteristic add and found the p_nus->service_handle, but the reference is not valid, how do I access this handle to be able to do this test?
Herb