ble_monitor icon indicating copy to clipboard operation
ble_monitor copied to clipboard

How to switch the adapter to "LE Long Range" reception?

Open pvvx opened this issue 11 months ago • 1 comments

If you change the line in aioblescan.py

class HCI_Cmd_LE_Set_Extended_Scan_Params(HCI_Command):
…
      phys=4,

https://github.com/frawau/aioblescan/blob/master/aioblescan/aioblescan.py#L1185 Then the reception “Le Long Range” works in “Passive BLE Monitor”.

But how to manage this in "Passive BLE Monitor"?

pvvx avatar Dec 31 '24 20:12 pvvx