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

Data Fields

int fd
 socket More...
 
struct bt_attatt
 pointer to a bt_att structure More...
 
struct gatt_dbdb
 pointer to a gatt_db structure More...
 
struct bt_gatt_clientgatt
 pointer to a bt_gatt_client structure More...
 
unsigned int reliable_session_id
 session id More...
 

Detailed Description

client structure holds gatt client context

Definition at line 81 of file btgattclient.c.

Field Documentation

struct bt_att* client::att

pointer to a bt_att structure

Definition at line 85 of file btgattclient.c.

Referenced by client_create(), client_destroy(), and cmd_set_sign_key().

struct gatt_db* client::db
int client::fd

socket

Definition at line 83 of file btgattclient.c.

Referenced by client_create().

unsigned int client::reliable_session_id

session id

Definition at line 91 of file btgattclient.c.

Referenced by cmd_write_execute(), and cmd_write_prepare().


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