Home
last modified time | relevance | path

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

/btstack/test/gatt-service-client/
H A Dancs_client_test.cpp35 static const uint8_t ancs_data_source_uuid[] = {0x22,0xEA,0xC6,0xE9,0x24,0xD6,0x4B,0xB5,0xB… variable
120 …urce_characteristic = mock_gatt_client_add_characteristic_uuid128(ancs_data_source_uuid, ATT_PROPE… in TEST_GROUP()
/btstack/src/ble/gatt-service/
H A Dancs_client.c282 …static const uint8_t ancs_data_source_uuid[] = {0x22,0xEA,0xC6,0xE9,0x24,0xD6,0x4B,0xB5,0x… in ancs_client_handle_gatt_client_event() local
307 if (memcmp(characteristic.uuid128, ancs_data_source_uuid, 16) == 0){ in ancs_client_handle_gatt_client_event()