Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I ride an off-road motorcycle on the unsurfaced road network of ancient byways in the UK. It's great fun, but I've yet to find a good turn-by-turn application suitable for this purpose. So, I figured I'd write one :)

I have a bluetooth system in my helmet. Is there any way of streaming audio to a paired bluetooth device from an iphone app. I can't see any reference to this in the SDK docs. I don't use the TomTom app, but I guess that must do it?

share|improve this question

1 Answer

up vote 1 down vote accepted

I think this is what you are looking for. It's very well documented in the Apple Docs.

IOBluetoothDevice

Here's a topic that could be of help too:

Topic

I think it you pair the Bluetooth device, then using it to receive audio shouldn't be hard.

Having said that I modified my answer, because Headphones ( when paired via bluetooth ), should appear as routes in Core Audio ( making it trivial to pass audio to them ). If you want to use anything sophisticated with bluetooth ( more than just passing audio , I think GameKit is your best shot. )

Hope I helped

share|improve this answer
1  
Note that those are Mac-specific references. IOBluetooth is not part of the public API for the iPhone. – Brad Larson Jan 29 '10 at 18:19
Modified answer now, hope it helps. – Goles Jan 30 '10 at 9:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.