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

Data Fields

unsigned int id
 
bool removed
 
bt_att_disconnect_func_t callback
 
bt_att_destroy_func_t destroy
 
void * user_data
 

Detailed Description

Definition at line 285 of file att.c.

Field Documentation

bt_att_disconnect_func_t att_disconn::callback

Definition at line 288 of file att.c.

Referenced by bt_att_register_disconnect(), and disconn_handler().

bt_att_destroy_func_t att_disconn::destroy

Definition at line 289 of file att.c.

Referenced by bt_att_register_disconnect(), and destroy_att_disconn().

unsigned int att_disconn::id

Definition at line 286 of file att.c.

Referenced by bt_att_register_disconnect(), and match_disconn_id().

bool att_disconn::removed

Definition at line 287 of file att.c.

Referenced by disconn_handler().

void* att_disconn::user_data

Definition at line 290 of file att.c.

Referenced by bt_att_register_disconnect(), destroy_att_disconn(), and disconn_handler().


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