Reedyuk / blue-falcon

A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android
https://bluefalcon.dev
Apache License 2.0
321 stars 43 forks source link

How to use communication by BluetoothSocket in common code? #114

Closed explorerboom86 closed 6 months ago

explorerboom86 commented 7 months ago

Hello! Could you help me understand can i use communication by BluetoothSocket in common code?

Reedyuk commented 7 months ago

What is blue socket? What exactly are you trying to do? On what platform?

explorerboom86 commented 7 months ago

Что такое синяя розетка? Что именно ты пытаешься сделать? На какой платформе?

I have an application that receives data via BluetoothSocket.inputStream on Android. I want to use KMM (Android, iOS) to work via Bluetooth. Can i use blue-falcon ?

Reedyuk commented 7 months ago

I believe blue socket is only for traditional Bluetooth connections, blue falcon only supports blue tooth low energy connections(BLE).

explorerboom86 commented 7 months ago

Thank you!