Searched refs:query_start_handle (Results 1 – 2 of 2) sorted by relevance
/btstack/src/ble/ |
H A D | gatt_client.c | 563 att_read_request(gatt_client, ATT_READ_REQUEST, gatt_client->query_start_handle); in send_gatt_included_service_uuid_request() 1168 …t_included_service_query_result_event(gatt_client, include_handle, gatt_client->query_start_handle, in report_gatt_included_service_uuid16() 1173 …t_included_service_query_result_event(gatt_client, include_handle, gatt_client->query_start_handle, in report_gatt_included_service_uuid128() 1957 gatt_client->query_start_handle = little_endian_read_16(packet, 4); in gatt_client_handle_att_read_by_type_response() 1969 gatt_client->query_start_handle = little_endian_read_16(packet, offset + 2u); in gatt_client_handle_att_read_by_type_response() 2290 … if (gatt_client->start_group_handle == gatt_client->query_start_handle) { in gatt_client_handle_att_response() 2780 gatt_client->query_start_handle = start_handle; in gatt_client_read_value_of_characteristics_by_uuid16() 2799 gatt_client->query_start_handle = start_handle; in gatt_client_read_value_of_characteristics_by_uuid128()
|
H A D | gatt_client.h | 242 uint16_t query_start_handle; member
|