Package-level declarations
Core types and interfaces for Bluetooth Low Energy clients and server implementations on Android.
Types
Link copied to clipboard
class AdvertisingDataDefinition(val includeDeviceName: Boolean = false, val includeTxPowerLevel: Boolean = false, serviceUuids: List<Uuid>? = null, val serviceSolicitationUuids: List<Uuid>? = null, val serviceData: Map<Uuid, ByteArray>? = null, val manufacturerData: Map<Int, ByteArray>? = null) : AdvertisingDataDefinition
Advertising data packet container for Bluetooth LE advertising.
Link copied to clipboard
Scope for building advertising data supported on Android.