|
ble_gatt_client
|
Data Fields | |
| int | fd |
| socket More... | |
| struct bt_att * | att |
| pointer to a bt_att structure More... | |
| struct gatt_db * | db |
| pointer to a gatt_db structure More... | |
| struct bt_gatt_client * | gatt |
| pointer to a bt_gatt_client structure More... | |
| unsigned int | reliable_session_id |
| session id More... | |
client structure holds gatt client context
Definition at line 81 of file btgattclient.c.
| 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 |
pointer to a gatt_db structure
Definition at line 87 of file btgattclient.c.
Referenced by client_create(), print_incl(), print_services(), print_services_by_handle(), print_services_by_uuid(), and service_changed_cb().
| int client::fd |
| struct bt_gatt_client* client::gatt |
pointer to a bt_gatt_client structure
Definition at line 89 of file btgattclient.c.
Referenced by client_create(), client_destroy(), cmd_get_security(), cmd_read_long_value(), cmd_read_multiple(), cmd_read_value(), cmd_register_notify(), cmd_services(), cmd_set_security(), cmd_unregister_notify(), cmd_write_execute(), cmd_write_long_value(), cmd_write_prepare(), and cmd_write_value().
| 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().