EasyBle icon indicating copy to clipboard operation
EasyBle copied to clipboard

Android BLE framework

Results 13 EasyBle issues
Sort by recently updated
recently updated
newest added

Hi, can this library allow User to Notify Multiple Characteristic parallelly? Regards

hi. whe a device is selected is it possible to save it to shared preferences so when the app is opened again it will try to connect with out scanning?...

Read characteristics always return 201 code that is characteristics not readable.

read data when sent from module to mobile without click button

Hello @Ficat, is there a way to write descriptor by use this framework? Or it has been implemented by framework itself.

Automatically connect to paired bluetooth device when in range

Hi, im trying to send notification with the write method of your sample, the problem is that the method dont send the complete message, i tried write to batch but...

I checked multiple connect & send message. But i didn't checked read data. HM-10 APP HM-10 if i send to message in app to HM-10(BLE Module) It was checked it....

How can i create a BluetoothSocket after i connected a BLE device and use bluetoothSocket.connect(); outputStream = bluetoothSocket.getOutputStream();

hello @Ficat i am calling this function in notify call back to read the data that come from my BLE device ``` @Override public void onCharacteristicChanged(byte[] data, BleDevice device) {...