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.
The appearance read-only property of the 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. The appearance read-only property of the `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.
The manufacturerData read-only property of the bluetooth.BluetoothAdvertisingData
returns a map that relates Company Identifier Codes to web.ArrayBuffers
.
varmanufacturerData = BluetoothAdvertisingData.manufacturerData;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/manufacturerData
Property. The manufacturerData read-only property of the `bluetooth.BluetoothAdvertisingData` returns a map that relates Company Identifier Codes to `web.ArrayBuffers`. `varmanufacturerData = BluetoothAdvertisingData.manufacturerData;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/manufacturerData`
(rssi this)
Property.
The rssi read-only property of the 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. The rssi read-only property of the `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.
The serviceData read-only property of the bluetooth.BluetoothAdvertisingData
returns a map that relates UUIDs to web.ArrayBuffers
.
var serviceData = BluetoothAdvertisingData.serviceData;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/serviceData
Property. The serviceData read-only property of the `bluetooth.BluetoothAdvertisingData` returns a map that relates UUIDs to `web.ArrayBuffers`. `var serviceData = BluetoothAdvertisingData.serviceData;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/serviceData`
(set-appearance! this val)
Property.
The appearance read-only property of the 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. The appearance read-only property of the `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`
(set-manufacturer-data! this val)
Property.
The manufacturerData read-only property of the bluetooth.BluetoothAdvertisingData
returns a map that relates Company Identifier Codes to web.ArrayBuffers
.
varmanufacturerData = BluetoothAdvertisingData.manufacturerData;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/manufacturerData
Property. The manufacturerData read-only property of the `bluetooth.BluetoothAdvertisingData` returns a map that relates Company Identifier Codes to `web.ArrayBuffers`. `varmanufacturerData = BluetoothAdvertisingData.manufacturerData;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/manufacturerData`
(set-rssi! this val)
Property.
The rssi read-only property of the 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. The rssi read-only property of the `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`
(set-service-data! this val)
Property.
The serviceData read-only property of the bluetooth.BluetoothAdvertisingData
returns a map that relates UUIDs to web.ArrayBuffers
.
var serviceData = BluetoothAdvertisingData.serviceData;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/serviceData
Property. The serviceData read-only property of the `bluetooth.BluetoothAdvertisingData` returns a map that relates UUIDs to `web.ArrayBuffers`. `var serviceData = BluetoothAdvertisingData.serviceData;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BluetoothAdvertisingData/serviceData`
(set-tx-power! this val)
Property.
The txPower read-only property of the 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. The txPower read-only property of the `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`
(tx-power this)
Property.
The txPower read-only property of the 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. The txPower read-only property of the `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