用于查找芯片组是否支持外设模式的API(在Nexus 6上)?

时间:2014-12-17 16:55:02

标签: android android-sdk-2.3 android-developer-api

我正在使用Nexus 6来运行它。我运行以下代码:

BluetoothManager bluetoothManager =
            (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
   BluetoothAdapter myBluetoothAdapter = bluetoothManager.getAdapter();
   myBluetoothLeAdvertiser =  myBluetoothAdapter.getBluetoothLeAdvertiser();
   myBluetoothAdapter.isMultipleAdvertisementSupported();
   Log.v("DUAL MODE ",""+myBluetoothAdapter.isMultipleAdvertisementSupported());

但这让我对Nexus 6不以为然.Intant Nexus 6应该为外设模式提供芯片组支持吗?或者我应该使用不同的API来确定芯片组是否支持外设模式?

1 个答案:

答案 0 :(得分:0)

检查这个post,它解释了哪种版本的N6 ROM可以使用这种外设模式。