问题描述 Android BLE开发 连接后获取不到服务 private BluetoothGattCallback mGattCallback = new BluetoothGattCallback() { @Override public void onConnectionStateChange(BluetoothGatt gatt int status int newState) { List gattServices = null; if (newState == BluetoothPr