blob: fe8f90d81da90ee52a2cbdb0752f129a45c24ac7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "handle_delivery_sending_failure_events"
namespace: "bluetooth"
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"
}
flag {
name: "refactor_saving_messages_and_metadata"
namespace: "bluetooth"
description: "Refactor how MAP Client collects and saves a message and its metadata."
bug: "331478849"
}
|