You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BlueZ version (bluetoothctl -v) in case of Linux: 5.66
Description
I've connected an external Bluetooth adapter to a Raspberry Pi 4 (which has internal Bluetooth). I'm trying to connect to 15 BLE devices by first scanning for all the devices (using one adapter) and then connecting to those devices splitting the connections across two adapters
What I Did
Running hciconfig I can see that there are two adapters
The text was updated successfully, but these errors were encountered:
r-bt
changed the title
Ignoring adapter argument in BleakClient
BleakClient ignores adaptar argument if given BLEDevice from discover without adapter argument
Jun 8, 2023
r-bt
changed the title
BleakClient ignores adaptar argument if given BLEDevice from discover without adapter argument
BleakClient ignores adaptar argument if given BLE Device from discover without adapter argument
Jun 8, 2023
r-bt
changed the title
BleakClient ignores adaptar argument if given BLE Device from discover without adapter argument
BleakClient ignores adaptar argument if given BLEDevice from discover without adapter argument
Jun 8, 2023
I think you need to use the adapter arg on BleakScanner rather than BleakClient. The devices returned by the scanner know which adapter was used for scanning and will use the same adapter for connecting.
bluetoothctl -v
) in case of Linux: 5.66Description
I've connected an external Bluetooth adapter to a Raspberry Pi 4 (which has internal Bluetooth). I'm trying to connect to 15 BLE devices by first scanning for all the devices (using one adapter) and then connecting to those devices splitting the connections across two adapters
What I Did
Running
hciconfig
I can see that there are two adaptersThen I run
and after disconnecting running
hciconfig
again gives:where the
TX bytes:
forhci0
doesn't change. I also hadbluetoothctl
running at the same time and it logsindicating the device was connected to using
hci1
.Similar issues
This appears similar to #360
The text was updated successfully, but these errors were encountered: