The BluetoothDevice interface of the Web Bluetooth API provides data about a particular Bluetooth device.
The BluetoothDevice interface of the Web Bluetooth API provides data about a particular Bluetooth device.
(appearance this)
Property.
[Read Only] [Non Standard] [Obsolute]
The appearance read-only property of the web.bluetooth.BluetoothAdvertisingData
returns one of the values defined by the org.bluetooth.characteristic.gap.appearance
var appearance = BluetoothAdvertisingData.appearance;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/appearance
Property. [Read Only] [Non Standard] [Obsolute] The appearance read-only property of the `web.bluetooth.BluetoothAdvertisingData` returns one of the values defined by the org.bluetooth.characteristic.gap.appearance `var appearance = BluetoothAdvertisingData.appearance;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/appearance`
(manufacturer-data this)
Property.
[Read Only] [Non Standard] [Obsolute]
The manufacturerData read-only property of the web.bluetooth.BluetoothAdvertisingData
returns a map that relates Company Identifier Codes to ArrayBuffers
.
varmanufacturerData = BluetoothAdvertisingData.manufacturerData;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/manufacturerData
Property. [Read Only] [Non Standard] [Obsolute] The manufacturerData read-only property of the `web.bluetooth.BluetoothAdvertisingData` returns a map that relates Company Identifier Codes to `ArrayBuffers`. `varmanufacturerData = BluetoothAdvertisingData.manufacturerData;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/manufacturerData`
(rssi this)
Property.
[Read Only] [Non Standard] [Obsolute]
The rssi read-only property of the web.bluetooth.BluetoothAdvertisingData
returns the power at which the device’s packets are being received,
in dBm. This is used to compute the path loss as this.txPower
this.rssi.
var rssi = BluetoothAdvertisingData.rssi;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/rssi
Property. [Read Only] [Non Standard] [Obsolute] The rssi read-only property of the `web.bluetooth.BluetoothAdvertisingData` returns the power at which the device’s packets are being received, in dBm. This is used to compute the path loss as this.txPower this.rssi. `var rssi = BluetoothAdvertisingData.rssi;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/rssi`
(service-data this)
Property.
[Read Only] [Non Standard] [Obsolute]
The serviceData read-only property of the web.bluetooth.BluetoothAdvertisingData
returns a map that relates UUIDs to ArrayBuffers
.
var serviceData = BluetoothAdvertisingData.serviceData;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/serviceData
Property. [Read Only] [Non Standard] [Obsolute] The serviceData read-only property of the `web.bluetooth.BluetoothAdvertisingData` returns a map that relates UUIDs to `ArrayBuffers`. `var serviceData = BluetoothAdvertisingData.serviceData;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/serviceData`
(tx-power this)
Property.
[Read Only] [Non Standard] [Obsolute]
The txPower read-only property of the web.bluetooth.BluetoothAdvertisingData
returns the transmission power at which the device is broadcasting,
in dBm. This is used to compute the path loss as this.txPower
this.rssi.
var power = BluetoothAdvertisingData.txPower;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/txPower
Property. [Read Only] [Non Standard] [Obsolute] The txPower read-only property of the `web.bluetooth.BluetoothAdvertisingData` returns the transmission power at which the device is broadcasting, in dBm. This is used to compute the path loss as this.txPower this.rssi. `var power = BluetoothAdvertisingData.txPower;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/txPower`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close