Velikiy Prikalel

Results 4 issues of Velikiy Prikalel

https://github.com/androidthings/sample-bluetooth-le-gattserver/blob/649e9beb99d34f26fc0af41e253d5c5b51699767/java/app/src/main/java/com/example/androidthings/gattserver/GattServerActivity.java#L363 Here you just send the descriptor information to the client. All must be good & you don't need to use GATT_FAIL but `BluetoothGatt.GATT_SUCCESS` instead... isn't it?

https://github.com/tahaHichri/UE-Bluetooth-Support/blob/c4f5969218c42ddea85e14e20cc25bc0bd1941b3/Source/BluetoothSupport/TaModuleAPL.xml#L257 Why do you create new thread here? As it mentioned in [documentation](https://developer.android.com/guide/topics/connectivity/bluetooth/find-ble-devices) we can just do that: ``` mHandler.postDelayed(new Runnable() { @Override public void run() { stopLEScan(); } },...

Using template from https://github.com/sevntu-checkstyle/checkstyle-samples I tried to check java code with embedded Checkstyle gradle plugin and got an error. See my fork at https://github.com/Prikalel/checkstyle-samples (where I just solved insecure protocol...

in:checkstyle-plugin
a:regression

Sorry for my bad English, but I have a couple of questions: 1) When building with binutils 2.34: ``` $ ld -v GNU ld (GNU Binutils for Ubuntu) 2.34 ```...