Hi All,
First time poster here, so if this is the wrong place/topic please just guide to the right one.
Context: I am developing an integration plugin for an app to send data (text encoded as audio) over a handheld radio network using the Bluetooth HSP 1.2 profile.
Problem: The handheld radio expects a Bluetooth headset connection and I want the phone to advertise itself as such, however as far as I know, the regular Android API set does not have any public APIs which support this. In almost all cases the Android device acts as the audio source and not the audio sink.
Is there any Graphene equivalent BluetoothHeadset API which allows me to bypass this limitation?