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

Commit f36a3d4b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add flag ble_gatt_server_use_address_type_in_connection" into main

parents d0442618 1b71d511
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -152,3 +152,13 @@ flag {
        purpose: PURPOSE_BUGFIX
        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
    }
}