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

Commit 1b71d511 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Add flag ble_gatt_server_use_address_type_in_connection

Bug: 331147673
Bug: 300845405
Bug: 315241296
Test: m -j;
Change-Id: Ie1b6958bfc13f902710964fed7924732345f411e
parent 911065d8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -152,3 +152,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "ble_gatt_server_use_address_type_in_connection"
    namespace: "bluetooth"
    description: "Use address type when initiating connection from BluetoothGattServer"
    bug: "331147673"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}