| 
    Zephyr API Documentation
    2.7.0-rc2
    
   A Scalable Open Source RTOS 
   | 
 
#include <gatt.h>
Data Fields | |
| const struct bt_uuid * | uuid | 
| Notification Attribute UUID type.  More... | |
| const struct bt_gatt_attr * | attr | 
| Notification Attribute object.  More... | |
| const void * | data | 
| uint16_t | len | 
| bt_gatt_complete_func_t | func | 
| void * | user_data | 
| const struct bt_gatt_attr* bt_gatt_notify_params::attr | 
Notification 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_notify_params::data | 
Notification Value data
| bt_gatt_complete_func_t bt_gatt_notify_params::func | 
Notification Value callback
| uint16_t bt_gatt_notify_params::len | 
Notification Value length
| void* bt_gatt_notify_params::user_data | 
Notification Value callback user data
| const struct bt_uuid* bt_gatt_notify_params::uuid | 
Notification Attribute UUID type.
Optional, use to search for an attribute with matching UUID when the attribute object pointer is not known.