|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
GATT Indicate Value parameters. More...
#include <gatt.h>
Data Fields | |
| const struct bt_uuid * | uuid |
| Indicate Attribute UUID type. More... | |
| const struct bt_gatt_attr * | attr |
| Indicate Attribute object. More... | |
| bt_gatt_indicate_func_t | func |
| bt_gatt_indicate_params_destroy_t | destroy |
| const void * | data |
| uint16_t | len |
GATT Indicate Value parameters.
| const struct bt_gatt_attr* bt_gatt_indicate_params::attr |
Indicate Attribute object.
Optional if uuid is provided, in this case it will be used as start range to search for the attribute with the given UUID.
| const void* bt_gatt_indicate_params::data |
Indicate Value data
| bt_gatt_indicate_params_destroy_t bt_gatt_indicate_params::destroy |
Indicate operation complete callback
| bt_gatt_indicate_func_t bt_gatt_indicate_params::func |
Indicate Value callback
| uint16_t bt_gatt_indicate_params::len |
Indicate Value length
| const struct bt_uuid* bt_gatt_indicate_params::uuid |
Indicate Attribute UUID type.
Optional, use to search for an attribute with matching UUID when the attribute object pointer is not known.