Bluetooth device management
Pair a Bluetooth device to a vehicle
func addBluetooth(
vehicleId: String,
bluetooth: DKBluetooth,
completionHandler: @escaping (DKVehicleBluetoothStatus) -> Void
)Name
Type
Description
Remove the Bluetooth device from a vehicle
func removeBluetooth(
vehicleId: String,
completionHandler: @escaping (DKVehicleBluetoothRemoveStatus) -> Void
)Name
Type
Description
Last updated
Was this helpful?

