diff --git a/app/scripts/features.js b/app/scripts/features.js index 1a240a44b5..b8b3e198b6 100644 --- a/app/scripts/features.js +++ b/app/scripts/features.js @@ -299,7 +299,7 @@ self.addEventListener('fetch', function (event) { api: `
navigator.bluetooth.requestDevice(serviceFilters)
Scans for the device in range supporting the requested services. Returns a Promise.
-
device.connectGATT()
+
device.gatt.connect()
Returns a Promise resolved with the object providing access to the services available on the device.
service.getCharacteristic(name)
Returns a Promise resolved with the GATT characteristic object.