Version: Smart Feature Phone 2.5BluetoothDevice.codDescription#The cod property is a BluetoothClassOfDevice object that provides much information about the device's capabilities.Value type#BluetoothClassOfDeviceDefault value#A BluetoothClassOfDevice object whose attributes are default values.Sample#var cod = device.cod; var majorDeviceClass = cod.BluetoothMajorDeviceClass;var majorServiceClass = cod.BluetoothMajorServiceClass;var minorDeviceClass = cod.BluetoothMinorDeviceClass;Copy