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

Data Fields

uint8_t opcode
 
uint8_t * pdu
 
ssize_t pdu_len
 
bool handler_found
 
struct bt_gatt_clientclient
 
unsigned int id
 
unsigned int att_id
 
int ref_count
 
struct notify_chrcchrc
 
bt_gatt_client_register_callback_t callback
 
bt_gatt_client_notify_callback_t notify
 
void * user_data
 
bt_gatt_client_destroy_func_t destroy
 
struct gatt_db_attributeattr
 
bool added
 

Detailed Description

Definition at line 750 of file att.c.

Field Documentation

bool notify_data::added

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

Referenced by handle_notify(), and notify_service_changed().

unsigned int notify_data::att_id
struct gatt_db_attribute* notify_data::attr

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

Referenced by handle_notify(), and notify_service_changed().

bt_gatt_client_register_callback_t notify_data::callback

Definition at line 213 of file gatt-client.c.

Referenced by complete_notify_request(), enable_ccc_callback(), and register_notify().

bt_gatt_client_destroy_func_t notify_data::destroy

Definition at line 216 of file gatt-client.c.

Referenced by notify_data_unref(), and register_notify().

bool notify_data::handler_found

Definition at line 754 of file att.c.

unsigned int notify_data::id

Definition at line 209 of file gatt-client.c.

Referenced by match_notify_data_id(), and register_notify().

bt_gatt_client_notify_callback_t notify_data::notify

Definition at line 214 of file gatt-client.c.

Referenced by notify_handler(), and register_notify().

uint8_t notify_data::opcode

Definition at line 751 of file att.c.

uint8_t* notify_data::pdu

Definition at line 752 of file att.c.

Referenced by notify_data_write_ccc().

ssize_t notify_data::pdu_len

Definition at line 753 of file att.c.

int notify_data::ref_count

Definition at line 211 of file gatt-client.c.

Referenced by notify_data_ref(), notify_data_unref(), and register_notify().


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