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

Commit 67cd26af authored by Jeremy Wu's avatar Jeremy Wu Committed by Gerrit Code Review
Browse files

Merge "Floss: add logs to show profile sets when device connected"

parents a3557c56 fd721f16
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -956,6 +956,13 @@ impl BluetoothMedia {
        if missing_profiles.is_empty()
            || missing_profiles == HashSet::from([Profile::AvrcpController])
        {
            info!(
                "[{}]: Fully connected, available profiles: {:?}, connected profiles: {:?}.",
                DisplayAddress(&addr),
                available_profiles,
                connected_profiles
            );

            states.insert(addr, DeviceConnectionStates::FullyConnected);
        }