| Interface | Description |
|---|---|
| AllowedBluetoothDevice | |
| BluetoothAdvertisingEventInit | |
| BluetoothAdvertisingEventListener |
Listener for events of type BluetoothAdvertisingEvent
|
| BluetoothCharacteristicUUID | |
| BluetoothDataFilterInit | |
| BluetoothDescriptorUUID | |
| BluetoothLEScanFilterInit | |
| BluetoothManufacturerDataMap.ForEachCallback | |
| BluetoothManufacturerDataMap.ForEachCallback2 | |
| BluetoothManufacturerDataMap.ForEachCallback3 | |
| BluetoothPermissionDescriptor | |
| BluetoothPermissionStorage | |
| BluetoothServiceDataMap.ForEachCallback | |
| BluetoothServiceDataMap.ForEachCallback2 | |
| BluetoothServiceDataMap.ForEachCallback3 | |
| BluetoothServiceUUID | |
| RequestDeviceOptions | |
| ValueEventInit | |
| ValueEventListener |
Listener for events of type ValueEvent
|
| WatchAdvertisementsOptions |
| 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 |