GATTC write without response structure. More...
#include <ble_gattc.h>
Public Attributes | |
bool | signed_write |
True if signed write should be used when possible/applicable. More... | |
uint16_t | handle |
Attribute handle. More... | |
uint16_t | length |
Write length. More... | |
uint8_t * | p_value |
Value to write. More... | |
GATTC write without response structure.
Definition at line 120 of file ble_gattc.h.
uint16_t ble_gattc_write_no_resp_t::handle |
Attribute handle.
Definition at line 123 of file ble_gattc.h.
uint16_t ble_gattc_write_no_resp_t::length |
Write length.
Definition at line 124 of file ble_gattc.h.
uint8_t* ble_gattc_write_no_resp_t::p_value |
Value to write.
Definition at line 125 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 122 of file ble_gattc.h.