|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
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 |
GATT Write parameters.
| enum bt_att_chan_opt bt_gatt_write_params::chan_opt |
| const void* bt_gatt_write_params::data |
Data to be written.
| bt_gatt_write_func_t bt_gatt_write_params::func |
Response callback.
| uint16_t bt_gatt_write_params::handle |
Attribute handle.
| uint16_t bt_gatt_write_params::length |
Length of the data.
| uint16_t bt_gatt_write_params::offset |
Attribute data offset.