hnpa4184 / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Add HFP Support #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment, even with the firmware 3.1.2, there's no support for HFP or
HSP on the iPod Touch. Could it be possible to add it to btstack?

Original issue reported on code.google.com by sna...@gmail.com on 12 Jan 2010 at 3:40

GoogleCodeExporter commented 8 years ago
It is possible as it only depends on software. however, HSP is rather tough, 
with real-time audio streams.

is it true that iPod touch users cannotuse any kind ok BT for music listening?

would you want to use it for iPod style use?

Original comment by matthias.ringwald@gmail.com on 12 Jan 2010 at 10:21

GoogleCodeExporter commented 8 years ago
I support snakse's request. On iPhone 3GS v3.1.2 Apples handsfree-support seems 
to be
defective for many types of headsets. The microphone-sound is chopped and 
muffling.
Tried four headsets without a result. I'd love to test a alternative 
BT-solution ..

Please see 
http://discussions.apple.com/thread.jspa?threadID=1804116&start=0&tstart=0

greetings 

Original comment by datapirates@googlemail.com on 12 Jan 2010 at 6:58

GoogleCodeExporter commented 8 years ago
No. I think that only the first generation iPod Touch can't use 
any kind of music listening by Bluetooth. On the other model, 
it's possible but with stereo headphone (by using A2DP I 
think?) instead of hands free devices (Using HSP most of the 
time). 

What do you mean by "iPod style use"? To use it to look 
cool? 

(Thanks for the answer)

Original comment by sna...@gmail.com on 12 Jan 2010 at 6:58

GoogleCodeExporter commented 8 years ago
datapirates: that's tough. I don't think I can compete with Apple's engineers in
terms of quality. I can provide features where Apple does not provide them for
whatever reasons, but improving Hands-Free BT call is a bit too ambitious.

snakes: I meant using it to listen to music with e.g. the iPod app. I guess the 
audio
quality over HFP isn't that great anyway. Don't BTstack is open. If someone 
starts
implemting this, I'll surely help out.

Original comment by matthias.ringwald@gmail.com on 14 Jan 2010 at 7:19

GoogleCodeExporter commented 8 years ago
Add HPF support simply for the fact that ipod/ipad does not have it built in. 
With
HPF support you could then use sip based phones to talk.

Original comment by larkoh...@gmail.com on 2 Jun 2010 at 3:47

GoogleCodeExporter commented 8 years ago
iTouch 2gen and iTouch 3gen can use A2DP headsets. Would be nice on 3g's to be 
able to use my bluetooth headset for things like voice control while im driving 
without having to use those wired headphones. 

Original comment by pil...@gmail.com on 8 Jun 2010 at 10:08

GoogleCodeExporter commented 8 years ago
I know this issue has been closed already as Won't Fix but it seems like my 
reasoning for wanting the HFP support was not really given.  I'd like to be 
able to use my iPod Touch 2G via WiFi for VOIP calls.  There are multiple VOIP 
apps out now, like Skype or Bria that support VOIP on the iPhone that install 
perfectly fine on the iPod but since the iPod can't support bluetooth headsets 
it completely useless.  I travel internationally quite often and I use VOIP 
extremely often for all my calls back to the US.  Would be great to use my ipod 
for wifi rather than needing to boot my notebook up to make calls.

Original comment by a...@ajzucker.net on 1 Jul 2010 at 7:07

GoogleCodeExporter commented 8 years ago
@adam thanks for describing your scenario. I'm still busy with other stuff, the 
most prominent BTstack-based will be full OBEX support for iPhone. BTstack is 
open and I'll try to help anyone that looks into implementing HFP or other 
protocols.

Original comment by matthias.ringwald@gmail.com on 3 Jul 2010 at 6:38

GoogleCodeExporter commented 8 years ago
Damn.... I should have checked this before purchasing a headset for my touch =\ 
..... *returns to radioshack*

Original comment by shnwn...@gmail.com on 14 Jul 2010 at 1:19

GoogleCodeExporter commented 8 years ago
lol same here... *returns to walmart*

Original comment by Nerdmas...@gmail.com on 29 Oct 2010 at 1:19

GoogleCodeExporter commented 8 years ago
Same here. For me, this is the only reason to jailbreak my ipod touch. I have 
an asterisk in my house and 2 ipod touch. I'd like to use them to make calls 
but I can't. I'm a php web developer and I think that I dont have all the 
skills to develop this.
Is there any way to put original iphone's BTstack on ipods touch?
Thank you

Original comment by nhd...@gmail.com on 20 Apr 2011 at 10:43

GoogleCodeExporter commented 8 years ago
Is there any update on this?

There seems to be demand for HFP support. 

The scenario I look into is iOS as HSP/HFP receiver. So one can use iDevice as 
a headset for all sort of game consoles and mobile phones as well as computers.

What would it take to implement one and how difficult the task is said to be?

Thanks,
Gregory

Original comment by gregd72...@gmail.com on 27 Jan 2014 at 1:53

GoogleCodeExporter commented 8 years ago
HSP/HFP does the control via RFCOMM (that should be easy to implement), the 
actual audio data is sent via synchronous packets, which are not supported by 
BTstack. They are not much different from the regular ACL packets, it's just 
not handled. Then, it might be that audio isn't even received by BTstack but 
routed directly to the sound mixer. Asides, I think people created commercial 
solutions that allow to use a feature phone with an iPod touch so that should 
be possible.

Original comment by matthias.ringwald@gmail.com on 3 Feb 2014 at 5:00