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