Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
188 views

RxAndroidBle 2 : multiple Read then notify on another characteristic

I'm using RxAndroidBle 2 to watch a characteristic for CSC but I cannot read some characteristics before. It's also the first time I'm using ReactiveX so I have to deal with flatMap, flatMapSingle, ...
MBach's user avatar
  • 1,647
0 votes
1 answer
619 views

Is it require to have location permission and Location service enabled to connect to BLE device via MAC ID

i have been using rxAndroidBLE lib on my android app to scan and connect to BLE devices. i know that location permission and location services needs to be enabled to scan nearby BLE devices but if i ...
AVT's user avatar
  • 43
2 votes
0 answers
2k views

RxAndroidBle: BleDisconnectedException: Disconnected from MAC='XX:XX:XX:XX:XX:XX' with status 0 (GATT_SUCCESS)

I'm working on an application that uses your framework and I faced into the next issue after my phone connected with ble device after few seconds: com.polidea.rxandroidble2.exceptions....
T_Anton_T's user avatar
3 votes
1 answer
2k views

com.polidea.rxandroidble2.exceptions.BleScanException: Scan failed because application registration failed (code 6) Samsung Galaxy 8

Currently i am working in a application where it involves ble device. I created a service and grnated all permission that a bluetooth application requires and bluetooth is enabled. When the service is ...
Anik Dey's user avatar
  • 616
0 votes
1 answer
111 views

RxAndroidBle2 sometimes loses notification with ble sensor when pairing

I created my own bluetooth service that manages ble sensors. I am having troubles when I try to pair new sensors. It connects successfully but when rxandroidble calls setCharacteristicNotification() ...
Dennis's user avatar
  • 410
3 votes
1 answer
2k views

How to connect multiple BLE devices through android application?

I am working on android and BLE device connectivity. I want to connect multiple BLE devices on same time . How to achieve this ?
j.prashant's user avatar
0 votes
1 answer
905 views

How to Retry RxAndroidBLE Discover Services in case of GATT error.

I am using RxAndroidBLE library for discovering services in my GATT server. it works fine most of the time but often i get GATT error 133 (0x85) and it fails. I will like to retry for discovery of ...
Avijeet's user avatar
  • 365
0 votes
1 answer
873 views

How to Read BLE GATT characterstics in chunks form GATT server using RxAndroidBLE

I am using RxAndroidBle library for handling BLE connection and reading/writing to GATT server from my android gatt client app. I have followed the sample application provided on github. The problem ...
Avijeet's user avatar
  • 365