RxAndroidBle: Setup notification, write on characteristic and wait for notification to proceed
问题 I am using Polidea's RxAndroidBle library to communicate with a Device in my Android application. I am very new to Reactive Programming so I can't figure out exactly how to do the following: Setup Notification in one characteristic (Characteristic A). When notification setup is done, write to another characteristic (Characteristic B). This will trigger a Notification coming from Characteristic A. When the write operation is done, wait for the arrival of the Notification in Characteristic A.