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

Commit c7bd0997 authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Automerger Merge Worker
Browse files

Merge "floss: Fix compiler warning" am: d650d346

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1827952

Change-Id: I154467333ec29192fb3f140307f16c187b8cb77c
parents e1f6e1b1 d650d346
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ impl BtifBluetoothCallbacks for Bluetooth {
        _status: BtStatus,
        mut addr: RawAddress,
        bond_state: BtBondState,
        fail_reason: i32,
        _fail_reason: i32,
    ) {
        if bond_state == BtBondState::Bonded {
            // We are assuming that peer is a HID device and automatically connect to that profile.