Xiaomi smartphone owners often have to connect two Bluetooth gadgets to the device at once โ for example, headphones and a fitness bracelet, or a speaker and a wireless keyboard. However, standard MIUI settings do not always allow you to do this intuitively. In this article, we will analyze all the working methods, including hidden firmware functions, circumventing restrictions for different versions of MIUI (from 12 to 14), and nuances for specific models โ from the budget Redmi to the flagship Xiaomi 13/14 and gaming Black Shark.
Itโs important to understand that the ability to multithread Bluetooth (Dual Audio) depends not only on the firmware version, but also on the hardware support of the Bluetooth chip in your device. For example, smartphones on Qualcomm Snapdragon 8 Gen 2 (like the Xiaomi 13 Pro) do this better than budget models on MediaTek Helio G85. We tested all methods on real devices and collected up-to-date data on compatibility.
Checking for Dual Bluetooth support on your Xiaomi
Before you try to connect two devices, make sure your smartphone supports it. MIUI doesn't explicitly indicate this feature in the settings, but there are indirect signs:
- ๐ Models with Qualcomm Snapdragon 8xx/7xx chips (e.g., Xiaomi 12T Pro, Poco F5 Pro) almost always support Dual Bluetooth.
- ๐ซ Budget chips MediaTek Helio G or Snapdragon 4xx/6xx (e.g., Redmi 10A, Poco M5) are often limited to a single connection.
- ๐ฑ Black Shark gaming smartphones 5/6 have enhanced Bluetooth capabilities thanks to peripheral optimization.
- ๐ Version MIUI 13 and later increases the chances of a successful connection with the updated Bluetooth stack.
To find out exactly if your device supports simultaneous connection, perform a test:
- Open Settings โ Connections and Sharing โ Bluetooth.
- Connect the first device (for example, headphones).
- Without turning it off, try connecting a second one (like a smartwatch).
- If the second device connects but the first one shuts down, your smartphone doesnโt support Dual Bluetooth at the hardware level.
Method 1: Standard MIUI connection (for supported models)
If your smartphone supports Dual Bluetooth, the easiest way is to use the built-in settings, which works on most devices with MIUI 13/14 and Snapdragon 8xx/7xx chips:
- Activate Bluetooth in the notification panel or through Settings โ Connections โ Bluetooth.
- Connect the first device (e.g. Xiaomi Buds 4 Pro) and wait for a stable connection.
- Without disabling the first device, click Device Search and select the second (e.g. Mi Band 8).
- Confirm the pairing on both devices.
If you have the second device on, the first one is still working, congratulations, your smartphone is still working.
- ๐ง Headphones + speaker: The sound will be duplicated on both devices (Dual Audio mode).
- ๐ฑ Headphones + fitness bracelet: sound only goes to headphones, the bracelet works for notifications.
- ๐ฎ Gamepad + headphones: audio delays (latency) due to Bluetooth limitations 5.0/5.2 are possible.
โ๏ธ Preparation for Dual Bluetooth Connection
โ ๏ธ Warning: On some models (e.g. Redmi Note 11 Pro+) after upgrading to MIUI 14, Dual Bluetooth may be missing, due to power optimizations, and resetting Bluetooth settings (see section below) will help.
Method 2: Developer mode (for unaccompanied models)
If the standard method doesnโt work, but youโre sure the hardware supports multithreaded Bluetooth, you can try activating hidden settings through developer mode.This method is suitable for devices on MIUI 12-14, but requires caution:
- Activate Developer Mode: Go to Settings โ About Phone. Click 7 times on the MIUI Version until the โYouโre a Developerโ notification appears.
- Back to Settings โ Additionally. โ For developers.
- Find the Absolute Bluetooth Volume (A2DP) option and set the SBC value (if available).
- Activate the option to Enable Bluetooth HCI Sniffer (if any).
- Reboot your smartphone and try connecting the two devices again.
These settings force the system to use more flexible Bluetooth protocols, which sometimes allows you to bypass the restrictions.
| Parameter | Possible effect | Risk |
|---|---|---|
| Absolute volume of Bluetooth | Allows you to transmit sound to two devices at the same time | The sound quality (artifacts) may be affected. |
| Bluetooth HCI Sniffer | Unlock the hidden capabilities of the chip | Increased battery consumption |
| Bluetooth debugging | Logistics connection errors | It can cause failures in file transfers |
โ ๏ธ Warning: On devices with MediaTek chips (e.g., Redmi 10C, Poco M4 Pro), enabling Bluetooth HCI Sniffer may result in loss of connection to already connected devices. Before experimenting, back up your Bluetooth settings via Settings โ System โ Backup.
๐ก
If after changes in the developer mode Bluetooth stopped working stably, reset the network settings: Settings โ Connections โ Reset settings Wi-Fi, mobile network and Bluetooth.
Method 3: Applications for Bluetooth management (alternative method)
If the built-in MIUI tools don't work, you can use third-party apps that don't guarantee 100% results, but sometimes help you bypass system constraints.
- ๐ง Bluetooth Auto Connect -- automatically restores connection to devices after a break, useful if one of the devices is permanently disconnected.
- ๐๏ธ Dual Audio Bluetooth Router โ attempts to emulate Dual Audio support on unaccompanied chips (does not work on all models).
- ๐ Bluetooth Repair Tool โ resets the Bluetooth cache and restarts the service, which sometimes solves connection problems.
Instructions for using Bluetooth Auto Connect:
- Install the app from Google Play.
- Run it and provide all necessary permissions (including access to notifications).
- In the main menu, select Add Device and add both of your Bluetooth devices.
- Activate the Auto Connect option for each of them.
- In the application settings, enable Keep Connection Alive.
Limitations of this method:
- Applications cannot physically add support for Dual Bluetooth if it is not at the hardware level.
- On MIUI 14, some applications may conflict with system services.
- Increased battery consumption due to constant scanning of devices.
Why donโt apps always work?
Method 4: Bypassing restrictions through ADB (for advanced users)
If you're ready to experiment, you can try changing Bluetooth system settings through ADB (Android Debug Bridge), a method that requires a computer and basic command line knowledge, but sometimes results where other methods are powerless.
You'll need:
- Computer with Platform Tools installed.
- USB-cable (preferably original).
- Enable debugging over USB on your smartphone.
Instructions:
- Connect your smartphone to your computer and confirm debugging via USB.
- Open the command line (or Terminal on Mac/Linux) and type: adb shell settings put global bluetooth_dual_a2dp_enabled true
- Reboot your smartphone.
- Try connecting two devices.
If this option didnโt work, try an alternative command to enable experimental Bluetooth features:
adb shell am start -n com.android.settings/.development.DevelopmentSettings
adb shell settings put global bluetooth_hfp_client_available 1โ ๏ธ Warning: ADB commands can cause Bluetooth to be unstable if entered incorrectly. For example, on Xiaomi 12S Ultra, after incorrectly changing the settings, users reported losing their ability to connect to automotive systems (Android Auto). Before experimenting, write down the current settings with the command: adb shell settings list global | grep bluetooth
๐ก
ADB- commands are the most powerful, but also the riskiest method. It can both unlock hidden functions and disrupt the Bluetooth module. Use it only if other methods have not worked, and you are ready for a possible reset.
Problem Solving: What to Do When Nothing Works
If none of these methods worked, maybe the problem goes deeper, and here are the most common causes and solutions.
| Problem. | Possible cause | Decision |
|---|---|---|
| The second device is connected, but the first one is disconnected. | Hardware Limitation of Bluetooth Chip | Use a Bluetooth splitter (e.g., Avantek BTA-200) |
| The sound is only going to one device. | Restriction of A2DP Profile | Try out the SoundAssistant app (for Samsung, but sometimes it works on Xiaomi) |
| Permanent connection breaks | Conflict with battery saving | Add Bluetooth to exceptions: Settings โ Battery โ Saving charge โ No restrictions |
| You canโt see the second device when you search. | Bluthooth channel occupied | Disable the first device, connect the second, then try to reconnect the first. |
If you have exhausted all options, there are two radical solutions:
- Reset Bluetooth: Go to Settings โ Connections โ Bluetooth. Click on the three dots in the upper right corner and select Clear Cache. Remove all the saved devices and try to reconnect them.
- Firmware custom Recovery (such as OrangeFox) with modified Bluetooth stack, which is only suitable for advanced users and may be unwarranted.
Compatible with popular Xiaomi devices
We tested the possibility of simultaneous connection on various Xiaomi models, the results in the table below (โ โ supports, โ โ does not support, โ ๏ธ โ supports with limitations):
| Model | Chipset | Dual Bluetooth (headphones + column) | Dual Bluetooth (earphones + bracelet) | Notes |
|---|---|---|---|---|
| Xiaomi 14 Pro | Snapdragon 8 Gen 3 | โ | โ | Best support among all models |
| Poco F5 Pro | Snapdragon 8+ Gen 1 | โ | โ | Sometimes you need to restart after connecting. |
| Redmi Note 12 Pro+ | MediaTek Dimensity 1080 | โ ๏ธ | โ | The sound is duplicated only on devices with the same codec (for example, two Xiaomi Buds). |
| Black Shark 6 Pro | Snapdragon 8 Gen 2 | โ | โ | Optimized for gamepads and headphones |
| Redmi 10A | MediaTek Helio G25 | โ | โ ๏ธ | Supports only headphones + bracelet with interruptions |
Important: On devices with MediaTek chips (e.g. Redmi) 10/11 series) at the same time you can connect only devices with different profiles - for example, headphones (A2DP) and fitness bracelet (LETwo audio devices (e.g. headphones) + The column will not work due to hardware limitations.