Home
last modified time | relevance | path

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

/btstack/test/mock/
H A Dmock_gatt_client.c27 static uint8_t mock_gatt_client_uuid128[16]; variable
331 uuid_add_bluetooth_prefix(mock_gatt_client_uuid128, uuid16); in gatt_client_discover_primary_services_by_uuid16()
339 memcpy(mock_gatt_client_uuid128, uuid128, 16); in gatt_client_discover_primary_services_by_uuid128()
347 uuid_add_bluetooth_prefix(mock_gatt_client_uuid128, uuid16); in gatt_client_discover_characteristics_for_handle_range_by_uuid16()
501 if (memcmp(service->uuid128, mock_gatt_client_uuid128, 16) != 0) continue; in mock_gatt_client_run_once()
526 …ER_CHARACTERISTICS_BY_UUID) && (memcmp(characteristic->uuid128, mock_gatt_client_uuid128, 16) != 0… in mock_gatt_client_run_once()