We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3654752 commit 0312483Copy full SHA for 0312483
include/bluetooth/uuid.h
@@ -387,6 +387,10 @@ struct bt_uuid_128 {
387
* @brief Barometric Pressure Trend Characteristic
388
*/
389
#define BT_UUID_BAR_PRESSURE_TREND BT_UUID_DECLARE_16(0x2aa3)
390
+/** @def BT_UUID_CENTRAL_ADDR_RES
391
+ * @brief Central Address Resolution Characteristic
392
+ */
393
+#define BT_UUID_CENTRAL_ADDR_RES BT_UUID_DECLARE_16(0x2aa6)
394
/** @def BT_UUID_MESH_PROV_DATA_IN
395
* @brief Mesh Provisioning Data In
396
0 commit comments