toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
bluetooth
/
edu.stanford.spezi.core.bluetooth.data.model
/
BLEServiceState
/
Scanning
Scanning
data
class
Scanning
(
val
devices
:
List
<
BLEDevice
>
)
:
BLEServiceState
Represents the scanning state of the BLE service.
Members
Constructors
Scanning
Link copied to clipboard
constructor
(
devices
:
List
<
BLEDevice
>
)
Properties
devices
Link copied to clipboard
val
devices
:
List
<
BLEDevice
>
The list BLE devices.