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

Data Fields

struct bt_gatt_clientclient
 
struct queuepending_svcs
 
struct queuepending_chrcs
 
struct queuetmp_queue
 
struct gatt_db_attributecur_svc
 
bool success
 
uint16_t start
 
uint16_t end
 
int ref_count
 
discovery_op_complete_func_t complete_func
 
discovery_op_fail_func_t failure_func
 

Detailed Description

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

Field Documentation

struct gatt_db_attribute* discovery_op::cur_svc
uint16_t discovery_op::end
discovery_op_fail_func_t discovery_op::failure_func

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

Referenced by discovery_op_create(), and discovery_op_unref().

struct queue* discovery_op::pending_chrcs
int discovery_op::ref_count

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

Referenced by discovery_op_ref(), and discovery_op_unref().

uint16_t discovery_op::start
struct queue* discovery_op::tmp_queue

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