ble_gatt_client
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
notify Struct Reference

Data Fields

unsigned int id
 
gatt_db_attribute_cb_t service_added
 
gatt_db_attribute_cb_t service_removed
 
gatt_db_destroy_func_t destroy
 
void * user_data
 

Detailed Description

Definition at line 70 of file gatt-db.c.

Field Documentation

gatt_db_destroy_func_t notify::destroy

Definition at line 74 of file gatt-db.c.

Referenced by gatt_db_register(), and notify_destroy().

unsigned int notify::id

Definition at line 71 of file gatt-db.c.

Referenced by gatt_db_register(), and match_notify_id().

gatt_db_attribute_cb_t notify::service_added

Definition at line 72 of file gatt-db.c.

Referenced by gatt_db_register(), and handle_notify().

gatt_db_attribute_cb_t notify::service_removed

Definition at line 73 of file gatt-db.c.

Referenced by gatt_db_register(), and handle_notify().

void* notify::user_data

Definition at line 75 of file gatt-db.c.

Referenced by gatt_db_register(), handle_notify(), and notify_destroy().


The documentation for this struct was generated from the following file: