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
 

Detailed Description

GATTC write without response structure.

Field Documentation

◆ handle

uint16_t gattc_write_no_resp_t::handle

Attribute handle.

◆ length

uint16_t gattc_write_no_resp_t::length

Write length.

◆ p_value

uint8_t* gattc_write_no_resp_t::p_value

Value to write.

◆ signed_write

bool gattc_write_no_resp_t::signed_write

True if signed write should be used when possible/applicable.


The documentation for this struct was generated from the following file: