我如何在Fragment上初始化BluetoothConnectionService

时间:2018-07-19 14:01:14

标签: java android

我想在片段上尝试初始化bluetoothservicejava,但我不能。 (在此片段之前,我的连接成功)。 在我的片段上我添加了这个

BluetoothConnectionService mBluetoothConnection;

并添加了此内容:

mBluetoothConnection = new BluetoothConnectionService(getActivity());
if(mBluetoothConnection!=null){
    Log.d(TAG,"initilazed mbluetoothconnection");
}

但是我在屏幕上看不到任何日志,所以我无法启动。

0 个答案:

没有答案