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

Commit 8146f153 authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

floss: Fix compiler warning

Bug: 193685554
Tag: #floss
Test: Manual

Change-Id: I894335585b7dd9375c31c08ad23190bb15074f1c
parent e62f2e64
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.