I want to play the audio which is located in my app to a bluetooth enabled speaker device. How can it be done using the core bluetooth library of ios. Any help will be greatly appreciated. Thanks!
Asked
Active
Viewed 351 times
0
-
CoreBluetooth, Apple's framework for Bluetooth Low-Energy isn't suitable for Audio. – Larme Aug 19 '14 at 12:02
-
How can it be done using a2dp. Music player of iphone can play the song in bluetooth speaker when it is connected to it. – isarathg Aug 19 '14 at 12:11
-
You use the AVAudioSession class to enumerate the available outputs and select one – Paulw11 Aug 19 '14 at 12:37