GATTC Read Multiple. More...
#include <ble_gattc.h>
Public Attributes | |
uint16_t | handle_count |
ble_gattc_multiple_att_t * | p_read_multiple |
GATTC Read Multiple.
Definition at line 136 of file ble_gattc.h.
uint16_t ble_gattc_read_multiple_t::handle_count |
Handle count of the multiple attributes to be read.
Definition at line 138 of file ble_gattc.h.
ble_gattc_multiple_att_t* ble_gattc_read_multiple_t::p_read_multiple |
Pointer to the multiple attributes to be read.
Definition at line 139 of file ble_gattc.h.