Skip to content

Commit 0312483

Browse files
MariuszSkamranashif
authored andcommitted
bluetooth: uuid: Add Central Address Resolution UUID
This adds Central Address Resolution Characteristic UUID. Signed-off-by: Mariusz Skamra <[email protected]>
1 parent 3654752 commit 0312483

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/bluetooth/uuid.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,10 @@ struct bt_uuid_128 {
387387
* @brief Barometric Pressure Trend Characteristic
388388
*/
389389
#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)
390394
/** @def BT_UUID_MESH_PROV_DATA_IN
391395
* @brief Mesh Provisioning Data In
392396
*/

0 commit comments

Comments
 (0)