Find
C
ase-sensitive
R
egexp search
Path
firefox-main
/
testing
/
web-platform
/
tests
/
webdriver
/
tests
/
bidi
/
external
/
bluetooth
/
simulate_preconnected_peripheral
Navigation
Enable keyboard shortcuts
Name
Description
Size
__init__.py
0
invalid.py
5151
simulate_preconnected_peripheral.py
async (device_name)=>{ const device = await navigator.bluetooth.requestDevice({ filters: [{name:device_name}] }); return { id: device.id, name: device.name, } }
2721