toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.bluetooth.service
/
EngageBLEServiceState
/
Scanning
Scanning
data
class
Scanning
(
val
sessions
:
List
<
BLEDeviceSession
>
)
:
EngageBLEServiceState
Represents the scanning state of the service.
Members
Constructors
Scanning
Link copied to clipboard
constructor
(
sessions
:
List
<
BLEDeviceSession
>
)
Properties
sessions
Link copied to clipboard
val
sessions
:
List
<
BLEDeviceSession
>
The list of device sessions.