DISCOVERABLE
模式下制作蓝牙我们通过这种方式检查第一个设备支持蓝牙我们得到蓝牙支持它现在我们制作设备(VIZIO co -star )DISCOVERABLE
模式。
Intent discoverableIntent = new Intent( BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE );
discoverableIntent.putExtra( BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION, 300 );
activity.startActivity( discoverableIntent );
但是它会抛出错误
未找到任何活动处理
Intent { act=android.bluetooth.adapter.action.REQUEST_DISCOVERABLE (has extras) }