toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.bluetoothmicbutton
/
BluetoothOperation
Bluetooth
Operation
sealed
class
BluetoothOperation
Inheritors
Connect
Disconnect
EnableNotifications
Members
Types
Connect
Link copied to clipboard
data
class
Connect
(
val
device
:
BluetoothDevice
)
:
BluetoothOperation
Disconnect
Link copied to clipboard
data
class
Disconnect
(
val
device
:
BluetoothDevice
)
:
BluetoothOperation
Enable
Notifications
Link copied to clipboard
data
class
EnableNotifications
(
val
device
:
BluetoothDevice
,
val
uuid
:
UUID
)
:
BluetoothOperation
Properties
device
Link copied to clipboard
abstract
val
device
:
BluetoothDevice