douglasjunior / react-native-easybluetooth-classic

⚛ A Library for easy implementation of Serial Bluetooth Classic on React Native (Android Only).
https://www.npmjs.com/package/easy-bluetooth-classic
MIT License
43 stars 7 forks source link

Can I use this module to connect to BT headset? #11

Open benevbright opened 6 years ago

benevbright commented 6 years ago

Hi, this could be a stupid question, but I want to ask you this.

Can I use this module to connect to BT headset? I'm making an app that connects to our company's BT headset device.(Bluetooth classic) Since I noticed this module is for 'SERIAL Bluetooth classic', so I want to know this module is suited for my goal. (What is 'SERIAL Bluetooth' ?)

Thanks for your help.

douglasjunior commented 6 years ago

Hi, serial communication is when you want to write/read bytes from another device (like arduino or thermal printers).

I have no experience, but I think that a headset dont use serial bluetooth for audio stream.

benevbright commented 6 years ago

Oh, I get that. Thanks again for your answer.