ble_monitor
ble_monitor copied to clipboard
How to switch the adapter to "LE Long Range" reception?
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"?