We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe59ff commit 3658786Copy full SHA for 3658786
generated/examples/mbed-custom-gatt-webbluetooth/app/app.js
@@ -103,7 +103,6 @@ function connect()
103
104
// Find and connect to device and get characteristics for LED read/write.
105
bleat.requestDevice({
106
- //filters:[{ services:[ '0xf000aa10' ] }]
107
filters:[{ name: deviceName }]
108
})
109
.then(device => {
generated/examples/ti-sensortag-cc2541-webbluetooth/app/app.js
@@ -72,8 +72,6 @@ app.start = () =>
72
showInfo('Scanning...');
73
74
75
76
- // The SensorTag does not advertise services so we use the name.
77
filters:[{ name: 'SensorTag' }]
78
79
0 commit comments