Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

GATT Write parameters. More...

#include <gatt.h>

Data Fields

bt_gatt_write_func_t func
 Response callback.
 
uint16_t handle
 Attribute handle.
 
uint16_t offset
 Attribute data offset.
 
const void * data
 Data to be written.
 
uint16_t length
 Length of the data.
 
enum bt_att_chan_opt chan_opt
 

Detailed Description

GATT Write parameters.

Field Documentation

◆ chan_opt

enum bt_att_chan_opt bt_gatt_write_params::chan_opt

◆ 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: