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

Commit 4210130a authored by Rishab's avatar Rishab
Browse files

Define flag support_remote_device_metadata for remote device metadata

API changes

Test: m com.android.btservices
Bug: 374171574
Bug: 358631232
Change-Id: Ic78ed459dd9778cfe449c5eed5ca9be08bd477d9
parent 9919522b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -63,3 +63,11 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "support_remote_device_metadata"
    is_exported: true
    namespace: "bluetooth"
    description: "Support setting/retrieving the remote device metadata for a BluetoothDevice"
    bug: "374171574"
}
 No newline at end of file