AdvertisementData

Android implementation of BaseAdvertisementData

Parameters

scanResult

the ScanResult being advertised

Platform specific implementation of BaseAdvertisementData

actual class AdvertisementData

iOS implementation of BaseAdvertisementData

Parameters

advertisementData

a map containing the data being advertised

JavaScript implementation of BaseAdvertisementData. Not actually implemented

Java implementation of BaseAdvertisementData. Not actually implemented

Constructors

Link copied to clipboard
constructor(scanResult: ScanResult?)
constructor(advertisementData: Map<String, Any>)
constructor()
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open override val isConnectable: Boolean

If true the Device can be connected to

abstract val isConnectable: Boolean

If true the Device can be connected to

open override val isConnectable: Boolean

If true the Device can be connected to

open override val isConnectable: Boolean

If true the Device can be connected to

Link copied to clipboard
open override val manufacturerData: ByteArray?

The manufacturer specific data of the Bluetooth device

The manufacturer specific data of the Bluetooth device

open override val manufacturerData: ByteArray?

The manufacturer specific data of the Bluetooth device

open override val manufacturerData: ByteArray?

The manufacturer specific data of the Bluetooth device

Link copied to clipboard
open override val manufacturerId: Int?

The identifier of the manufacturer of the Bluetooth device

abstract val manufacturerId: Int?

The identifier of the manufacturer of the Bluetooth device

open val manufacturerId: Int?
open override val manufacturerId: Int?

The identifier of the manufacturer of the Bluetooth device

open override val manufacturerId: Int?

The identifier of the manufacturer of the Bluetooth device

Link copied to clipboard
open override val name: String?

The name of the Bluetooth device.

abstract val name: String?

The name of the Bluetooth device.

open val name: String?
open override val name: String?

The name of the Bluetooth device.

open override val name: String?

The name of the Bluetooth device.

Link copied to clipboard
open override val serviceData: Map<UUID, ByteArray?>

A map of all the data of the services as advertised by the Bluetooth device

abstract val serviceData: Map<UUID, ByteArray?>

A map of all the data of the services as advertised by the Bluetooth device

open val serviceData: Map<<Error class: unknown class>, ByteArray?>
open override val serviceData: Map<UUID, ByteArray?>

A map of all the data of the services as advertised by the Bluetooth device

open override val serviceData: Map<UUID, ByteArray?>

A map of all the data of the services as advertised by the Bluetooth device

Link copied to clipboard
open override val serviceUUIDs: List<UUID>

The list of UUID of services advertised by the Bluetooth device

abstract val serviceUUIDs: List<UUID>

The list of UUID of services advertised by the Bluetooth device

open val serviceUUIDs: List<<Error class: unknown class>>
open override val serviceUUIDs: List<UUID>

The list of UUID of services advertised by the Bluetooth device

open override val serviceUUIDs: List<UUID>

The list of UUID of services advertised by the Bluetooth device

Link copied to clipboard
open override val txPowerLevel: TxPower

The TxPower of the packet

abstract val txPowerLevel: TxPower

The TxPower of the packet

open val txPowerLevel: <Error class: unknown class>
open override val txPowerLevel: TxPower

The TxPower of the packet

open override val txPowerLevel: TxPower

The TxPower of the packet