| Class | Description |
|---|---|
| Bluetooth |
The Bluetooth interface of the Web Bluetooth API returns a Promise to a BluetoothDevice object with the specified options.
|
| BluetoothAdvertisingEvent | |
| BluetoothCharacteristicProperties |
The BluetoothCharacteristicProperties interface of the Web Bluetooth API provides the operations that are valid on the given BluetoothRemoteGATTCharacteristic.
|
| BluetoothDevice |
The BluetoothDevice interface of the Web Bluetooth API represents a Bluetooth device inside a particular script execution environment.
|
| BluetoothManufacturerDataMap | |
| BluetoothManufacturerDataMap.Entry | |
| BluetoothPermissionResult | |
| BluetoothRemoteGATTCharacteristic |
The BluetoothRemoteGattCharacteristic interface of the Web Bluetooth API represents a GATT Characteristic, which is a basic data element that provides further information about a peripheral's service.
|
| BluetoothRemoteGATTDescriptor |
The BluetoothRemoteGATTDescriptor interface of the Web Bluetooth API provides a GATT Descriptor, which provides further information about a characteristic's value.
|
| BluetoothRemoteGATTServer |
The BluetoothRemoteGATTServer interface of the Web Bluetooth API represents a GATT Server on a remote device.
|
| BluetoothRemoteGATTService |
The BluetoothRemoteGATTService interface of the Web Bluetooth API represents a service provided by a GATT server, including a device, a list of referenced services, and a list of the characteristics of this service.
|
| BluetoothServiceDataMap | |
| BluetoothServiceDataMap.Entry | |
| BluetoothUUID | |
| ValueEvent |