From 4487bc0019399428ec1d68104daee4a9603cb3bc Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Wed, 25 Aug 2021 20:25:09 +0530 Subject: [PATCH] Bluetooth: Add Channel Map Update Indication AD Data Type Add Channel Map Update Indication AD Data Type. Signed-off-by: Vinayak Kariappa Chettimada --- include/bluetooth/gap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bluetooth/gap.h b/include/bluetooth/gap.h index 756d6af32b9..94b0316029d 100644 --- a/include/bluetooth/gap.h +++ b/include/bluetooth/gap.h @@ -50,6 +50,7 @@ extern "C" { #define BT_DATA_LE_SC_CONFIRM_VALUE 0x22 /* LE SC Confirmation Value */ #define BT_DATA_LE_SC_RANDOM_VALUE 0x23 /* LE SC Random Value */ #define BT_DATA_URI 0x24 /* URI */ +#define BT_DATA_CHANNEL_MAP_UPDATE_IND 0x28 /* Channel Map Update Indication */ #define BT_DATA_MESH_PROV 0x29 /* Mesh Provisioning PDU */ #define BT_DATA_MESH_MESSAGE 0x2a /* Mesh Networking PDU */ #define BT_DATA_MESH_BEACON 0x2b /* Mesh Beacon */