Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning.coreEngineImpl.modules.bleAdHoc
/
MapstedBleAdHoc
Mapsted
Ble
Ad
Hoc
open
class
MapstedBleAdHoc
:
BleAdHocCallback
Members
Constructors
Mapsted
Ble
Ad
Hoc
Link copied to clipboard
constructor
(
context
:
Context
,
mapstedPrivateApi
:
MapstedPrivateApi
)
Properties
ble
Tx
Mode
Link copied to clipboard
open
var
bleTxMode
:
Int
ble
Tx
Power
Link copied to clipboard
open
var
bleTxPower
:
Int
Functions
on
Ble
Ad
Hoc
Data
Ready
Link copied to clipboard
open
fun
onBleAdHocDataReady
(
bleAdHocProp
:
BleAdHocProp
,
bleServiceData
:
Array
<
Byte
>
)
start
Advertising
Ble
Ad
Hoc
Link copied to clipboard
open
fun
startAdvertisingBleAdHoc
(
bleServiceData
:
Array
<
Byte
>
)
start
Listening
Ble
Ad
Hoc
Link copied to clipboard
open
fun
startListeningBleAdHoc
(
)
stop
Advertising
Ble
Ad
Hoc
Link copied to clipboard
open
fun
stopAdvertisingBleAdHoc
(
)
stop
Listening
Ble
Ad
Hoc
Link copied to clipboard
open
fun
stopListeningBleAdHoc
(
)