blob: 35af7382ecb38531ad7c9ab97dfacd5d988ad6c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "api_get_connection_state_using_identity_address"
namespace: "bluetooth"
description: "Use identity address to check current connection state"
bug: "319471537"
}
flag {
name: "use_le_shim_connection_map_guard"
namespace: "bluetooth"
description: "Guard the le shim connection map with a mutex"
bug: "302054609"
}
flag {
name: "allow_gatt_connect_from_the_apps_without_making_leaudio_device_active"
namespace: "bluetooth"
description: "Allows for GATT connection without making LeAudio device active after connection"
bug: "389274300"
}
|