Polidea / RxBluetoothKit

iOS & OSX Bluetooth library for RxSwift
Apache License 2.0
1.41k stars 366 forks source link

Subscribe to indications #354

Open davidjburgos opened 4 years ago

davidjburgos commented 4 years ago

I understand we have observeValueUpdateAndSetNotification method to get notifications whenever a characteristic changes.

What about subscribe to indications? Do we use the same method to subscribe to indications instead of notifications?