Liking cljdoc? Tell your friends :D

web.bluetooth.BluetoothAdvertisingData

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.
raw docstring

appearancecljs

(appearance this)

Property.

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.

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`
sourceraw docstring

manufacturer-datacljs

(manufacturer-data this)

Property.

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.

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`
sourceraw docstring

rssicljs

(rssi this)

Property.

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.

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`
sourceraw docstring

service-datacljs

(service-data this)

Property.

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.

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`
sourceraw docstring

set-appearance!cljs

(set-appearance! this val)

Property.

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.

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`
sourceraw docstring

set-manufacturer-data!cljs

(set-manufacturer-data! this val)

Property.

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.

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`
sourceraw docstring

set-rssi!cljs

(set-rssi! this val)

Property.

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.

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`
sourceraw docstring

set-service-data!cljs

(set-service-data! this val)

Property.

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.

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`
sourceraw docstring

set-tx-power!cljs

(set-tx-power! this val)

Property.

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.

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`
sourceraw docstring

tx-powercljs

(tx-power this)

Property.

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.

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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close