GATTC Read Multiple. More...
#include <ble_gattc.h>
Collaboration diagram for ble_gattc_read_multiple_t:Public Attributes | |
| uint16_t | handle_count |
| Handle count of the multiple attributes to be read. More... | |
| ble_gattc_multiple_att_t * | p_read_multiple |
| Pointer to the multiple attributes to be read. More... | |
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.