Articles tagged: Web Bluetooth API
Found 48 documents
- BluetoothRemoteGATTService The BluetoothRemoteGATTService interface of the Web Bluetooth API represents a service provided ...
- BluetoothRemoteGATTService/device The BluetoothGATTService.device read-only property returns information about a Bluetooth device ...
- BluetoothRemoteGATTService/getCharacteristic The BluetoothGATTService.getCharacteristic() method returns a Promise to an instance of ...
- BluetoothRemoteGATTService/getCharacteristics The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of ...
- BluetoothRemoteGATTService/getIncludedService The BluetoothGATTService.getIncludedService() method returns a Promise to an instance of ...
- BluetoothRemoteGATTService/getIncludedServices The BluetoothGATTService.getIncludedServices() method returns a Promise to an Array of ...
- BluetoothRemoteGATTService/isPrimary The BluetoothGATTService.isPrimary read-only property returns a Boolean that indicates whether ...
- BluetoothRemoteGATTService/uuid The BluetoothGATTService.uuid read-only property returns a DOMString representing the UUID of ...
- Web/API/Bluetooth The Bluetooth interface of the Web Bluetooth API returns a Promise to a BluetoothDevice object ...
- Web/API/Bluetooth/requestDevice The Bluetooth.requestDevice() method of the Bluetooth interface returns a Promise to a ...
- Web/API/BluetoothAdvertisingData The BluetoothDevice interface of the Web Bluetooth API provides advertising data about a ...
- Web/API/BluetoothCharacteristicProperties The BluetoothCharacteristicProperties interface of the the Web Bluetooth API provides an object ...
- Web/API/BluetoothDevice The BluetoothDevice interface of the Web Bluetooth API represents a Bluetooth device inside a ...
- Web/API/BluetoothDevice/adData The BluetoothDevice.adData read-only property returns instance of BluetoothAdvertisingData ...
- Web/API/BluetoothDevice/deviceClass The BluetoothDevice.deviceClass read-only property returns a number representing the Bluetooth ...
- Web/API/BluetoothDevice/gattServer The BluetoothDevice.gattServer read-only property returns a reference to the device's GATT ...
- Web/API/BluetoothDevice/id The BluetoothDevice.id read-only property returns a DOMString that uniquely identifies a device.
- Web/API/BluetoothDevice/name The BluetoothDevice.name read-only property returns a DOMString that provides a human-readable ...
- Web/API/BluetoothDevice/paired The BluetoothDevice.paired read-only property returns a Boolean value indicating whether the ...
- Web/API/BluetoothDevice/productID The BluetoothDevice.productID read-only property returns the 16-bit Product ID field in the ...
- Web/API/BluetoothDevice/productVersion The BluetoothDevice.productVersion read-only property returns the 16-bit Product Version field ...
- Web/API/BluetoothDevice/uuids The BluetoothDevice.uuids read-only property lists the UUIDs of GATT services provided by the ...
- Web/API/BluetoothDevice/vendorID The BluetoothDevice.vendorID read-only property returns the 16-bit Vendor ID field in the pnp_id ...
- Web/API/BluetoothDevice/vendorIDSource The BluetoothDevice.vendorIDSource read-only property returns the Vendor ID Source field in the ...
- Web/API/BluetoothGattDescriptor The BluetoothGATTDescriptor interface of the Web Bluetooth API provides a GATT Descriptor, which ...
- Web/API/BluetoothGattDescriptor/characteristic The BluetoothGATTDescriptor.characteristic read-only property returns the ...
- Web/API/BluetoothGattDescriptor/readValue The BluetoothGATTDescriptor.readValue() method returns a Promise that resolves to an ArrayBuffer ...
- Web/API/BluetoothGattDescriptor/uuid The BluetoothGATTDescriptor.uuid read-only property returns the UUID of the characteristic ...
- Web/API/BluetoothGattDescriptor/value The BluetoothGATTDescriptor.value read-only property returns an ArrayBuffer containing the ...
- Web/API/BluetoothGattDescriptor/writeValue The BluetoothGATTDescriptor.writeValue() method sets the value property to the bytes contained ...
- Web/API/BluetoothRemoteGATTCharacteristic The BluetoothRemoteGattCharacteristic interface of the Web Bluetooth API represents a ...
- Web/API/BluetoothRemoteGATTCharacteristic/getDescriptor The BluetoothRemoteGATTCharacteristic.getDescriptor() method returns a Promise that resolves to ...
- Web/API/BluetoothRemoteGATTCharacteristic/getDescriptors The BluetoothRemoteGATTCharacteristic.getDescriptors() method returns a Promise that resolves to ...
- Web/API/BluetoothRemoteGATTCharacteristic/properties The BluetoothRemoteGATTCharacteristic.properties read-only property returns a ...
- Web/API/BluetoothRemoteGATTCharacteristic/readValue The BluetoothRemoteGATTCharacteristic.readValue() method returns a Promise that resolves to a ...
- Web/API/BluetoothRemoteGATTCharacteristic/service The BluetoothRemoteGATTCharacteristic.service read-only property returns the ...
- Web/API/BluetoothRemoteGATTCharacteristic/startNotifications The BluetoothRemoteGATTCharacteristic.startNotifications() method returns a Promise to ...
- Web/API/BluetoothRemoteGATTCharacteristic/stopNotifications The BluetoothRemoteGATTCharacteristic.stopNotifications() method returns a Promise to ...
- Web/API/BluetoothRemoteGATTCharacteristic/uuid The BluetoothRemoteGATTCharacteristic.uuid read-only property returns DOMString containing the ...
- Web/API/BluetoothRemoteGATTCharacteristic/value The BluetoothRemoteGATTCharacteristic.value read-only property returns currently cached ...
- Web/API/BluetoothRemoteGATTCharacteristic/writeValue The BluetoothRemoteGATTCharacteristic.writeValue() method sets the value property to the bytes ...
- Web/API/BluetoothRemoteGATTServer The BluetoothRemoteGATTServer interface of the Web Bluetooth API represents a GATT Server on a ...
- Web/API/BluetoothRemoteGATTServer/connect The BluetoothRemoteGATTServer.connect() method causes the script execution environment to ...
- Web/API/BluetoothRemoteGATTServer/connected The BluetoothRemoteGATTServer.connected read-only property returns a boolean value that returns ...
- Web/API/BluetoothRemoteGATTServer/disconnect The BluetoothRemoteGATTServer.disconnect() method causes the script execution environment to ...
- Web/API/BluetoothRemoteGATTServer/getPrimaryService The BluetoothRemoteGATTServer.getPrimaryService() method returns a promise to the primary ...
- Web/API/BluetoothRemoteGATTServer/getPrimaryServices The BluetoothRemoteGATTServer.getPrimaryServices() method returns a promise to a list of primary ...
- Web/API/Web_Bluetooth_API [1] Behind a flag. Chrome OS only.