Bluetooth device management
Last updated
Last updated
Methods presented in this part are available in the DriveKitVehicle
class
The following method allows you to create a logical pairing between a Bluetooth device and a vehicle. The results of data analysis containing a Bluetooth device will be assigned to the vehicle to which the peripheral has been paired with.
This method have the following parameters:
Name | Type | Description |
---|---|---|
DKVehicleBluetoothStatus model is described in the References part.
The following function can be used to delete the pairing between a Bluetooth device and a vehicle:
This method have the following parameter:
DKVehicleRemoveBluetoothStatus model is described in the References part.
Name | Type | Description |
---|---|---|
bluetooth
Bluetooth device information.
vehicleId
String
The identifier of the vehicle that you wish to pair with the Bluetooth device.
vehicleId
String
The identifier of the vehicle that you wish to unpair with the Bluetooth device.