我正在使用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来确定芯片组是否支持外设模式?