ble_gatt_client
|
Data Fields | |
struct bt_att * | att |
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_result * | result_head |
struct bt_gatt_result * | result_tail |
bt_gatt_request_callback_t | callback |
void * | user_data |
bt_gatt_destroy_func_t | destroy |
Definition at line 221 of file gatt-helpers.c.
struct bt_att* bt_gatt_request::att |
Definition at line 222 of file gatt-helpers.c.
Referenced by bt_gatt_discover_characteristics(), bt_gatt_discover_descriptors(), bt_gatt_discover_included_services(), bt_gatt_read_by_type(), bt_gatt_request_cancel(), discover_chrcs_cb(), discover_descs_cb(), discover_included_cb(), discover_services(), find_by_type_val_cb(), read_by_grp_type_cb(), read_by_type_cb(), read_included(), and read_included_cb().
bt_gatt_request_callback_t bt_gatt_request::callback |
Definition at line 231 of file gatt-helpers.c.
Referenced by bt_gatt_discover_characteristics(), bt_gatt_discover_descriptors(), bt_gatt_discover_included_services(), bt_gatt_read_by_type(), discover_services(), discovery_op_complete(), and read_included().
bt_gatt_destroy_func_t bt_gatt_request::destroy |
Definition at line 233 of file gatt-helpers.c.
Referenced by bt_gatt_discover_characteristics(), bt_gatt_discover_descriptors(), bt_gatt_discover_included_services(), bt_gatt_read_by_type(), bt_gatt_request_unref(), and discover_services().
uint16_t bt_gatt_request::end_handle |
Definition at line 225 of file gatt-helpers.c.
Referenced by bt_gatt_discover_characteristics(), bt_gatt_discover_descriptors(), bt_gatt_discover_included_services(), bt_gatt_iter_next_characteristic(), bt_gatt_read_by_type(), discover_chrcs_cb(), discover_descs_cb(), discover_included_cb(), discover_services(), find_by_type_val_cb(), read_by_grp_type_cb(), read_by_type_cb(), and read_included_cb().
unsigned int bt_gatt_request::id |
Definition at line 223 of file gatt-helpers.c.
Referenced by bt_gatt_discover_characteristics(), bt_gatt_discover_descriptors(), bt_gatt_discover_included_services(), bt_gatt_read_by_type(), bt_gatt_request_cancel(), discover_chrcs_cb(), discover_descs_cb(), discover_included_cb(), discover_services(), discovery_op_complete(), find_by_type_val_cb(), read_by_grp_type_cb(), read_by_type_cb(), and read_included_cb().
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().
uint16_t bt_gatt_request::start_handle |
Definition at line 224 of file gatt-helpers.c.
Referenced by bt_gatt_discover_characteristics(), bt_gatt_discover_descriptors(), bt_gatt_discover_included_services(), bt_gatt_read_by_type(), discover_chrcs_cb(), discover_descs_cb(), discover_included_cb(), discover_services(), find_by_type_val_cb(), read_by_grp_type_cb(), and read_by_type_cb().
void* bt_gatt_request::user_data |
Definition at line 232 of file gatt-helpers.c.
Referenced by bt_gatt_discover_characteristics(), bt_gatt_discover_descriptors(), bt_gatt_discover_included_services(), bt_gatt_read_by_type(), bt_gatt_request_unref(), discover_chrcs_cb(), discover_descs_cb(), discover_included_cb(), discover_services(), discovery_op_complete(), find_by_type_val_cb(), read_by_grp_type_cb(), read_by_type_cb(), and read_included().
bt_uuid_t bt_gatt_request::uuid |
Definition at line 227 of file gatt-helpers.c.
Referenced by bt_gatt_iter_next_characteristic(), bt_gatt_iter_next_included_service(), bt_gatt_iter_next_read_by_type(), bt_gatt_iter_next_service(), bt_gatt_read_by_type(), discover_services(), find_by_type_val_cb(), and read_by_type_cb().