Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_gatt_write_params Struct Reference

GATT Write parameters. More...

#include <gatt.h>

Data Fields

bt_gatt_write_func_t func
 
uint16_t handle
 
uint16_t offset
 
const voiddata
 
uint16_t length
 

Detailed Description

GATT Write parameters.

Field Documentation

◆ data

const void* bt_gatt_write_params::data

Data to be written

◆ func

bt_gatt_write_func_t bt_gatt_write_params::func

Response callback

◆ handle

uint16_t bt_gatt_write_params::handle

Attribute handle

◆ length

uint16_t bt_gatt_write_params::length

Length of the data

◆ offset

uint16_t bt_gatt_write_params::offset

Attribute data offset


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