From 97bff038b1b4a7785e223b72cf60608ab2510b74 Mon Sep 17 00:00:00 2001
From: Andrew Cheng <chengandrew@google.com>
Date: Thu, 1 Feb 2024 11:31:45 -0800
Subject: [PATCH] flags: add use_entire_message_handle

Bug: 323382399
Bug: 323381393
Bug: 288895550
Bug: 315241296
Test: m service-bluetooth
Change-Id: I23f43a7b68ca368f4159d1eaa904a89488df3566
---
 flags/mapclient.aconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/flags/mapclient.aconfig b/flags/mapclient.aconfig
index a9a2f5405c1..33afc8f1cb3 100644
--- a/flags/mapclient.aconfig
+++ b/flags/mapclient.aconfig
@@ -6,3 +6,10 @@ flag {
     description: "Handle DeliveryFailure and SendingFailure Event types of MAP-Event-Reports from the MNS."
     bug: "317400386"
 }
+
+flag {
+    name: "use_entire_message_handle"
+    namespace: "bluetooth"
+    description: "Use entire message handle of messages pushed from MCE to MSE."
+    bug: "323382399"
+}
-- 
GitLab