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

Data Fields

struct bt_attatt
 
unsigned int id
 
uint16_t start_handle
 
uint16_t end_handle
 
int ref_count
 
bt_uuid_t uuid
 
uint16_t service_type
 
struct bt_gatt_resultresult_head
 
struct bt_gatt_resultresult_tail
 
bt_gatt_request_callback_t callback
 
void * user_data
 
bt_gatt_destroy_func_t destroy
 

Detailed Description

Definition at line 221 of file gatt-helpers.c.

Field Documentation

int bt_gatt_request::ref_count

Definition at line 226 of file gatt-helpers.c.

Referenced by bt_gatt_request_ref(), and bt_gatt_request_unref().

struct bt_gatt_result* bt_gatt_request::result_head

Definition at line 229 of file gatt-helpers.c.

Referenced by bt_gatt_request_unref(), discovery_op_complete(), and result_append().

struct bt_gatt_result* bt_gatt_request::result_tail

Definition at line 230 of file gatt-helpers.c.

Referenced by result_append().

uint16_t bt_gatt_request::service_type

Definition at line 228 of file gatt-helpers.c.

Referenced by discover_services(), find_by_type_val_cb(), and read_by_grp_type_cb().


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