ble_gattc_write_no_resp_t Struct Reference

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
 

Detailed Description

GATTC write without response structure.

Definition at line 131 of file ble_gattc.h.

Member Data Documentation

◆ handle

uint16_t ble_gattc_write_no_resp_t::handle

Attribute handle.

Definition at line 134 of file ble_gattc.h.

◆ length

uint16_t ble_gattc_write_no_resp_t::length

Write length.

Definition at line 135 of file ble_gattc.h.

◆ p_value

uint8_t* ble_gattc_write_no_resp_t::p_value

Value to write.

Definition at line 136 of file ble_gattc.h.

◆ signed_write

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.


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