bluetooth lowenergy - How to make my android app connectable to BLE headset? -


i'm working on android application acts ble peripheral (using nexus 9 able work ble peripheral) provides services , characteristics. i'm able interact , it's ok.

how can make connectable ble headset now? can see headset ble profile enum value: http://developer.android.com/reference/android/bluetooth/bluetoothprofile.html#headset

does mean need implement specific service, characteristics , specific logics support transferring sound ble headset?

let's i'd record real-time audio , transfer in ble headset. how can stream sound real-time data ble headset?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -