GATT Client Read response event for BLE_GATTC_EVT_READ_RSP. More...
#include <ble_gattc.h>
Public Attributes | |
uint16_t | count |
ble_gattc_read_value_t * | value |
GATT Client Read response event for BLE_GATTC_EVT_READ_RSP.
Definition at line 358 of file ble_gattc.h.
uint16_t ble_gattc_evt_read_t::count |
Value Count.
Definition at line 360 of file ble_gattc.h.
ble_gattc_read_value_t* ble_gattc_evt_read_t::value |
Value(s) list.
Definition at line 361 of file ble_gattc.h.