BLEMeshChat
BLEMeshChat copied to clipboard
Android client for iOS to Android chat application over Bluetooth LE, using Android L APIs
Can this app run on android 8.0 or later. As I know BLE cannot connect between two android phones since Android API 23.
Could you add your app into F-Droid?
Here is the error log: > FATAL EXCEPTION: main > Process: pro.dbro.ble, PID: 3094 > java.lang.NullPointerException: Attempt to invoke virtual method 'void pro.dbro.airshare.app.ui.AirShareFragment.setShouldServiceContinueInBackground(boolean)' on a null object reference > >...
i could not compile this project that I have checked out. Im not sure why.
I would like to evaluate ble mesh chat and installed it in 2 android phones. It seems that it works at android 5.1 but stuck in welcome page at android...
I get this error when running on Nexus 5 with Lollipop (lpx13d image). It looks like Lollipop has a bug in mBTAdapter.getBluetoothLeAdvertiser() https://code.google.com/p/android/issues/detail?id=77827 Proper bug: https://code.google.com/p/android-developer-preview/issues/detail?id=1570 Do you have your...
I am curious about this restriction, is it because Bluetooth should enable discoverable mode each several minutes like here: https://code.google.com/p/android/issues/detail?id=6348.
i have successfully run the app on some devices but i'm stuck in the welcome screen. it does not work as said. when i press done after entering my name,...
Hello, would you consider adding support for work over standard Bluetooth (non-LE) piconet / scatternet? You don't have to pair BT devices if you use listenUsingInsecureRfcommWithServiceRecord / createInsecureRfcommSocketToServiceRecord and compatibility...