我在Ubuntu 16.04上安装了多个版本的gcc,我想知道如何设置系统以使用最新版本的gcc而不卸载旧版本。
我更喜欢它是一个简单的脚本而不是依赖,因为我将它安装在Docker容器中,我不想让它膨胀。
答案 0 :(得分:0)
if (service.bluetoothGatt!=null){
Log.i("Rides","Closeing bluetooth gatt on disconnect");
service.bluetoothGatt.close();
service.bluetoothGatt.disconnect();
service.bluetoothGatt=null;
}