How can i scan bluetooth device on Ios in android startDiscovery() works but in ios i get error Method not implemented #251
-
let unpaired = await RNBluetoothClassic.startDiscovery(); |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You can't. It's not supported. See the documentation. Ios and mfi is very limited, this is just the way it is. Unless they've changed it, which I doubt. |
Beta Was this translation helpful? Give feedback.
-
Hello sir is there is any way to connect my react native ios app and raspberry pi through bluetooth and transfer data between app and raspberry pi |
Beta Was this translation helpful? Give feedback.
-
You need to have the mfi protocols for the raspberry pi. I don't know if those exist. You'll have to google around, but unlikely. |
Beta Was this translation helpful? Give feedback.
You can't. It's not supported. See the documentation. Ios and mfi is very limited, this is just the way it is. Unless they've changed it, which I doubt.