toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
bluetooth
/
edu.stanford.spezi.core.bluetooth.data.model
/
BLEServiceEvent
/
ServiceDiscovered
Service
Discovered
data
class
ServiceDiscovered
(
val
device
:
BluetoothDevice
,
val
gatt
:
BluetoothGatt
,
val
status
:
Int
)
:
BLEServiceEvent
Members
Constructors
Service
Discovered
Link copied to clipboard
constructor
(
device
:
BluetoothDevice
,
gatt
:
BluetoothGatt
,
status
:
Int
)
Properties
device
Link copied to clipboard
val
device
:
BluetoothDevice
gatt
Link copied to clipboard
val
gatt
:
BluetoothGatt
status
Link copied to clipboard
val
status
:
Int