Android 中文API (66) —— BluetoothClass.Device
正文 一、结构 public final classBluetoothClass.Device extendsObject java.lang.Object android.bluetooth.BluetoothClass.Device 二、概述 定义所有的设备类常量 每个BluetoothClass对一个带有主要和较小部分的设备类进行编码。 BluetoothClass.Device中的常量代表主要和较小的设备类部分(完整的设备类)的组合。 BluetoothClass.Device.Major的常量只能代表主要设备类。 参见服务类的常量BluetoothClass.Service。 三、内部类 class BluetoothClass.Device.Major 定义了所有的主要设备类常量 四、常量 int AUDIO_VIDEO_CAMCORDER int AUDIO_VIDEO_CAR_AUDIO int AUDIO_VIDEO_HANDSFREE int AUDIO_VIDEO_HEADPHONES int AUDIO_VIDEO_HIFI_AUDIO...
