GATT value Read response. More...
#include <ble_gattc.h>
Public Attributes | |
uint16_t | count |
ble_gattc_read_value_t | vals [__ARRAY_EMPTY] |
GATT value Read response.
Definition at line 280 of file ble_gattc.h.
uint16_t ble_gattc_read_rsp_t::count |
Value Count.
Definition at line 282 of file ble_gattc.h.
ble_gattc_read_value_t ble_gattc_read_rsp_t::vals[__ARRAY_EMPTY] |
Value(s) list.
Definition at line 283 of file ble_gattc.h.