From ba8a23d4af16a747cf5e1f62f410d05aa277ee5c Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 28 Jul 2021 13:44:44 -0700 Subject: gatt: Add support for Central Address Resolution characteristic This adds Central Address Resolution characteristic so peripherals can use directed advertising using RPA as initiator address. --- lib/uuid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/uuid.h b/lib/uuid.h index 1a4029b68..6236752a1 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -116,6 +116,7 @@ extern "C" { #define GATT_CHARAC_SOFTWARE_REVISION_STRING 0x2A28 #define GATT_CHARAC_MANUFACTURER_NAME_STRING 0x2A29 #define GATT_CHARAC_PNP_ID 0x2A50 +#define GATT_CHARAC_CAR 0x2AA6 /* GATT Characteristic Descriptors */ #define GATT_CHARAC_EXT_PROPER_UUID 0x2900 -- cgit v1.2.1