GATTC write without response structure. More...
#include <ble_gattc.h>
Public Attributes | |
bool | signed_write |
uint16_t | handle |
uint16_t | length |
uint8_t * | p_value |
GATTC write without response structure.
Definition at line 131 of file ble_gattc.h.
uint16_t ble_gattc_write_no_resp_t::handle |
Attribute handle.
Definition at line 134 of file ble_gattc.h.
uint16_t ble_gattc_write_no_resp_t::length |
Write length.
Definition at line 135 of file ble_gattc.h.
uint8_t* ble_gattc_write_no_resp_t::p_value |
Value to write.
Definition at line 136 of file ble_gattc.h.
bool ble_gattc_write_no_resp_t::signed_write |
True if signed write should be used when possible/applicable.
Definition at line 133 of file ble_gattc.h.