GATTC write without response structure. More...
#include <ble_gattc.h>
Data Fields | |
| bool | signed_write |
| uint16_t | handle |
| uint16_t | length |
| uint8_t * | p_value |
GATTC write without response structure.
| uint16_t gattc_write_no_resp_t::handle |
Attribute handle.
| uint16_t gattc_write_no_resp_t::length |
Write length.
| uint8_t* gattc_write_no_resp_t::p_value |
Value to write.
| bool gattc_write_no_resp_t::signed_write |
True if signed write should be used when possible/applicable.