diff --git a/examples/mbed-custom-gatt-webbluetooth/app/app.js b/examples/mbed-custom-gatt-webbluetooth/app/app.js index 118f589c..7bc8764f 100755 --- a/examples/mbed-custom-gatt-webbluetooth/app/app.js +++ b/examples/mbed-custom-gatt-webbluetooth/app/app.js @@ -103,7 +103,6 @@ function connect() // Find and connect to device and get characteristics for LED read/write. bleat.requestDevice({ - //filters:[{ services:[ '0xf000aa10' ] }] filters:[{ name: deviceName }] }) .then(device => { diff --git a/examples/ti-sensortag-cc2541-webbluetooth/app/app.js b/examples/ti-sensortag-cc2541-webbluetooth/app/app.js index 95b26a88..1c108ad2 100644 --- a/examples/ti-sensortag-cc2541-webbluetooth/app/app.js +++ b/examples/ti-sensortag-cc2541-webbluetooth/app/app.js @@ -72,8 +72,6 @@ app.start = () => showInfo('Scanning...'); bleat.requestDevice({ - //filters:[{ services:[ '0xf000aa10' ] }] - // The SensorTag does not advertise services so we use the name. filters:[{ name: 'SensorTag' }] }) .then(device => {