Does the count field in ble_gattc_evt_char_disc_rsp_t refer to the number of characteristics in that instance of the struct for the number of characteristics on the connected device?
Does the count field in ble_gattc_evt_char_disc_rsp_t refer to the number of characteristics in that instance of the struct for the number of characteristics on the connected device?
Hi,
The count field in the gattc_evt_char_disc_rsp is showing how many characteristic the connected device has included in this instance of char_disc_rsp event.
It is explained in the description of sd_ble_gattc_characteristics_discover() function.
Hi,
The count field in the gattc_evt_char_disc_rsp is showing how many characteristic the connected device has included in this instance of char_disc_rsp event.
It is explained in the description of sd_ble_gattc_characteristics_discover() function.