Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
GATT Subscribe parameters. More...
#include <gatt.h>
GATT Subscribe parameters.
uint16_t bt_gatt_subscribe_params::ccc_handle |
Subscribe CCC handle
atomic_t bt_gatt_subscribe_params::flags[ATOMIC_BITMAP_SIZE( BT_GATT_SUBSCRIBE_NUM_FLAGS)] |
Subscription flags
bt_security_t bt_gatt_subscribe_params::min_security |
Minimum required security for received notification. Notifications and indications received over a connection with a lower security level are silently discarded.
sys_snode_t bt_gatt_subscribe_params::node |
bt_gatt_notify_func_t bt_gatt_subscribe_params::notify |
Notification value callback
bt_gatt_subscribe_func_t bt_gatt_subscribe_params::subscribe |
Subscribe CCC write request response callback If given, called with the subscription parameters given when subscribing
uint16_t bt_gatt_subscribe_params::value |
Subscribe value
uint16_t bt_gatt_subscribe_params::value_handle |
Subscribe value handle
bt_gatt_write_func_t bt_gatt_subscribe_params::write |