Home
last modified time | relevance | path

Searched refs:filter_with_uuid (Results 1 – 2 of 2) sorted by relevance

/btstack/src/ble/
H A Dgatt_client.h260 bool filter_with_uuid; member
H A Dgatt_client.c1125 if (gatt_client->filter_with_uuid && (memcmp(gatt_client->uuid128, uuid128, 16) != 0)) return; in report_gatt_characteristic_start_found()
1131 if (gatt_client->filter_with_uuid) return; in report_gatt_characteristic_start_found()
2632 gatt_client->filter_with_uuid = false; in gatt_client_discover_characteristics_for_service_with_context()
2676 gatt_client->filter_with_uuid = true; in gatt_client_discover_characteristics_for_handle_range_by_uuid16()
2695 gatt_client->filter_with_uuid = true; in gatt_client_discover_characteristics_for_handle_range_by_uuid128()