In .Net there is no library to send audio (linking before with the device) by bluetooth? I only see examples to link devices and send files, telegrams etc ... But not to make an audio Stream ...
In .Net there is no library to send audio (linking before with the device) by bluetooth? I only see examples to link devices and send files, telegrams etc ... But not to make an audio Stream ...
I've usually seen that you work with the 32feet
library, but this is NOT possible within the 32feet.net
library, you can only set the device to talk to the Microsoft audio service using the method call setService
in 32feet.net
This MS service manages the A2DP
output to the device. There is no way to directly send audio from the code to the Bluetooth device using this library in C # .
You can find the complete
A2DP
specification in this link