Forum Discussion

evandib's avatar
evandib
Honored Guest
12 months ago

Bluetooth connection between Quests headsets

Hello everyone,

i develop a Unity XR app for Meta Quest and i want to connect 2 quests for local communication between quests.

So i use bluetooth API by Google Android to connect the 2 Quest.

(android.bluetooth.BluetoothAdapter
android.bluetooth.BluetoothDevice
android.bluetooth.BluetoothServerSocket
android.bluetooth.BluetoothSocket)

But i have a problem, when i try to pair a Quest in the Meta Quest Bluetooth settings, the pairing works but after 2 seconds, the connected Quest changes from "Connected Devices" to "Already connected", it is normal ?

Another question is why there is 2 "Meta Quest 3" devices in the list, one with an Smartphone icon and another with a "Bluetooth" icon, which bluetooth device i have to choose ?

Thank you

1 Reply

  • Hello everyone,

    i develop a Unity XR app for Meta Quest and i want to connect 2 quests for local communication between quests. So i use bluetooth API by Google Android to connect the 2 Quest. (android.bluetooth.BluetoothAdapter android.bluetooth.BluetoothDevice android.bluetooth.BluetoothServerSocket android.bluetooth.BluetoothSocket) But i have a problem, when i try to pair a Quest in the Meta Quest Bluetooth settings, the pairing works but after 2 seconds, the connected Quest changes from "Connected Devices" to "Already connected", it is normal ?

    Another question is why there are 2 "Meta Quest 3" devices in the list, one with an Smartphone icon and another with a "Bluetooth" icon, which bluetooth device i have to choose ?

    Thank you