From 3fc321fe9c46de44cc60e0dadd1e4cfd22314222 Mon Sep 17 00:00:00 2001 From: Jakub Tyszkowski Date: Fri, 4 Feb 2022 08:22:05 +0000 Subject: hap: Refactor service to match the new API Bug: 150670922 Bug: 216639668 Fixes: 216639668 Tag: #feature Test: atest BluetoothInstrumentationTests Sponsor: jpawlowski@ Change-Id: I4b1ecf818a9b9bd75b1d17abeadfcea7c3c2548b --- system/btif/src/btif_dm.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system/btif/src') diff --git a/system/btif/src/btif_dm.cc b/system/btif/src/btif_dm.cc index c427f50e4e..28abdabf5e 100644 --- a/system/btif/src/btif_dm.cc +++ b/system/btif/src/btif_dm.cc @@ -95,8 +95,7 @@ const Uuid UUID_VC = Uuid::FromString("1844"); const Uuid UUID_CSIS = Uuid::FromString("1846"); const Uuid UUID_LE_AUDIO = Uuid::FromString("184E"); const Uuid UUID_LE_MIDI = Uuid::FromString("03B80E5A-EDE8-4B33-A751-6CE34EC4C700"); -/* FIXME: Not known yet, using a placeholder instead. */ -const Uuid UUID_HAS = Uuid::FromString("EEEEEEEE-EEEE-EEEE-EEEE-EEEEEEEEEEEE"); +const Uuid UUID_HAS = Uuid::FromString("1854"); const bool enable_address_consolidate = true; // TODO remove #define COD_MASK 0x07FF -- cgit v1.2.3