toy / blueutil

CLI for bluetooth on OSX: power, discoverable state, list, inquire devices, connect, info, …
https://github.com/toy/blueutil
Other
1.01k stars 53 forks source link

will this allow RFCOMM like functionality on osx12 #65

Open SpudGunMan opened 2 years ago

SpudGunMan commented 2 years ago

question will this project allow SDP/RFCOMM (serial port functionality) on OSX 12.1?

it seems that there was a change on the new osx12 been having issues finding a way around that.. will this project allow proper use of the OSX tty ports or able to shim back in?

toy commented 2 years ago

I'm not certain I understand the questions. Currently there is no functionality related to SDP or RFCOMM in the tool and I can imagine adding service discovery, but not sure how to fit RFCOMM.

SpudGunMan commented 2 years ago

understood thank you, also looks like osx12.3 has some fixes to serial issues

brandonros commented 6 months ago

how do you achieve SDP/RFCOMM via Bluetooth on MacOS?

toy commented 6 months ago

IOBluetooth framework has multiple classes related to SDP and RFCOMM, look for IOBluetoothSDP and IOBluetoothRFCOMM