Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9e864f4 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag to clean up BtaGattQueue

Bug: 315241296
Bug: 379007400
Test: m -j;
Change-Id: I2263bbe2e20f81ec3aff6a8b4d96afc8d65df52b
parent 9147c1ff
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -288,3 +288,13 @@ flag {
    description: "Add new API for directed advertising"
    bug: "378230500"
}

flag {
    name: "gatt_queue_cleanup_connected"
    namespace: "bluetooth"
    description: "Cleans up BtaGattQueue when connected"
    bug: "379007400"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}