Kotlin-BLE-Library
Toggle table of contents
2.0.0-alpha05
jvm
Platform filter
jvm
Switch theme
Search in API
Kotlin-BLE-Library
advertiser-core-android
/
no.nordicsemi.kotlin.ble.advertiser.android
/
AdvertisingDataValidator
/
AdvertisingDataValidator
Advertising
Data
Validator
constructor
(
deviceName
:
String
,
isLe2MPhySupported
:
Boolean
,
isLeCodedPhySupported
:
Boolean
,
isLeExtendedAdvertisingSupported
:
Boolean
,
leMaximumAdvertisingDataLength
:
@
Range
(
from
=
31
,
to
=
1650
)
Int
=
if (isLeExtendedAdvertisingSupported) 1650 else 31
)