|
ble_gatt_client
|
Data Fields | |
| struct bt_gatt_client * | client |
| struct queue * | pending_svcs |
| struct queue * | pending_chrcs |
| struct queue * | tmp_queue |
| struct gatt_db_attribute * | cur_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 |
Definition at line 377 of file gatt-client.c.
| struct bt_gatt_client* discovery_op::client |
Definition at line 378 of file gatt-client.c.
Referenced by discover_chrcs_cb(), discover_descs(), discover_descs_cb(), discover_incl_cb(), discover_primary_cb(), discover_secondary_cb(), discovery_op_create(), exchange_mtu_cb(), init_complete(), init_fail(), service_changed_complete(), and service_changed_failure().
| discovery_op_complete_func_t discovery_op::complete_func |
Definition at line 387 of file gatt-client.c.
Referenced by discover_chrcs_cb(), discover_descs_cb(), discover_incl_cb(), discover_primary_cb(), discover_secondary_cb(), and discovery_op_create().
| struct gatt_db_attribute* discovery_op::cur_svc |
Definition at line 382 of file gatt-client.c.
Referenced by discover_chrcs_cb(), discover_descs(), discover_descs_cb(), discover_incl_cb(), and discover_secondary_cb().
| uint16_t discovery_op::end |
Definition at line 385 of file gatt-client.c.
Referenced by discover_primary_cb(), discovery_op_create(), service_changed_complete(), and service_changed_failure().
| 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 |
Definition at line 380 of file gatt-client.c.
Referenced by discover_chrcs_cb(), discover_descs(), discovery_op_create(), and discovery_op_free().
| struct queue* discovery_op::pending_svcs |
Definition at line 379 of file gatt-client.c.
Referenced by discover_chrcs_cb(), discover_descs_cb(), discover_incl_cb(), discover_primary_cb(), discover_secondary_cb(), discovery_op_create(), and discovery_op_free().
| 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 |
Definition at line 384 of file gatt-client.c.
Referenced by discover_primary_cb(), discovery_op_create(), service_changed_complete(), and service_changed_failure().
| bool discovery_op::success |
Definition at line 383 of file gatt-client.c.
Referenced by discover_chrcs_cb(), discover_descs_cb(), discover_incl_cb(), discover_primary_cb(), discover_secondary_cb(), discovery_op_unref(), exchange_mtu_cb(), and init_complete().
| struct queue* discovery_op::tmp_queue |
Definition at line 381 of file gatt-client.c.
Referenced by discover_incl_cb(), discover_secondary_cb(), discovery_op_create(), and discovery_op_free().