I set up my project to use rx-bluetooth-kit
to scan
for peripherals
. In my subscription
I received alot of peripherals
but for some obscure reason, I coudn't find the actual peripheral
that I wanted to connect to. Then it hit me that the peripheral
I'm interested in don't use BLE
but bluetooth-classic
. Perhaps this could be the reason it's not shown?
So I guess my first question is: Can rx-bluetooth-kit
scan
and connect to BLE
only? Or should I also be able to find bluetooth-classic
peripherals
?
Second question: If it can only scan
for BLE
, is there another rx
framework that works with bluetooth-classic
or am I stuck with using core-bluetooth
(or some variant of it; not sure what you use in terms of apple frameworks when working with bluetooth-classic
).