blob: 00c0741ff37ac28cfe842bfffbbf842790e2f131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "prevent_duplicate_uuid_intent"
namespace: "bluetooth"
description: "Avoid sending duplicate service UUID intent when fetchUuidsWithSdp() API is called"
bug: "361182196"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "separate_service_storage"
namespace: "bluetooth"
description: "Store LE and Classic services separately"
bug: "382015666"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|