public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] FW:  BlueZ 3.32 HSP SCO Bug Report & Solution
@ 2008-06-10  1:52 박찬열
  2008-06-10  2:51 ` Johan Hedberg
  0 siblings, 1 reply; 3+ messages in thread
From: 박찬열 @ 2008-06-10  1:52 UTC (permalink / raw)
  To: bluez-devel, marcel


[-- Attachment #1.1: Type: text/plain, Size: 1640 bytes --]

Hello.

 

>can you please check with the latest CVS. 

>I like to know if that issue is still present or if we actually fixed in the meantime.

 

Yes, the Latest CVS code(Rev 1.32) has still bug.

 

In sco_connect(common/glib-helper.c), BT SCO socket "sk" is made, 

but "sk" is not delivered to transport_connect function

 

so I add “io_ctxt->fd=sk (669 line)” .

 

If you let me know how to commit my code on CVS, I would do.

 

 

Regards

Chan-yeol Park (박찬열)

Engineer

 

Mobile S/W Platform Lab. 

Telecommunication R&D Center

SAMSUNG ELECTRONICS CO., LTD.

 

Tel : +82-31-279-5941 

Mobile : +82-10-9978-5941

E-mail : chanyeol.park@samsung.com

 

-----Original Message-----
From: Marcel Holtmann [mailto:marcel@holtmann.org] 
Sent: Tuesday, June 10, 2008 9:38 AM
To: BlueZ development
Cc: '박찬열'
Subject: Re: [Bluez-devel] BlueZ 3.32 HSP SCO Bug Report & Solution

 

Hi,

 

> Recently I found BlueZ 3.32 HSP SCO connection bug.

> 

> Fortunately I fix the bug as follows. 

> 

> 

> In the function "sco_connect (glib-helper.c)"

> Bluez 3.32 code doesn't handle socket variable "sk"

> 

> So I add "socket file descriptor save routine"

> 

> 636 : io_cxtf->fd=sk;

> 

> 

> If you have any question about my idea, don't hesitate to tell me ^^

> 

> If possible , could you let me know how to check out/check in my code ?

 

can you please check with the latest CVS. I like to know if that issue

is still present or if we actually fixed in the meantime.

 

Regards

 

Marcel

 


[-- Attachment #1.2: Type: text/html, Size: 7393 bytes --]

[-- Attachment #2: Type: text/plain, Size: 247 bytes --]

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez-devel] FW:  BlueZ 3.32 HSP SCO Bug Report & Solution
  2008-06-10  1:52 [Bluez-devel] FW: BlueZ 3.32 HSP SCO Bug Report & Solution 박찬열
@ 2008-06-10  2:51 ` Johan Hedberg
  2008-08-03  9:05   ` [Bluez-devel] AVRCP usage Paula Stanciu
  0 siblings, 1 reply; 3+ messages in thread
From: Johan Hedberg @ 2008-06-10  2:51 UTC (permalink / raw)
  To: BlueZ development

SGksCgpPbiBKdW4gMTAsIDIwMDgsIGF0IDg6NTIsIOuwleywrOyXtCB3cm90ZToKPiBJbiBzY29f
Y29ubmVjdChjb21tb24vZ2xpYi1oZWxwZXIuYyksIEJUIFNDTyBzb2NrZXQgInNrIiBpcyBtYWRl
LAo+IGJ1dCAic2siIGlzIG5vdCBkZWxpdmVyZWQgdG8gdHJhbnNwb3J0X2Nvbm5lY3QgZnVuY3Rp
b24KPgo+IHNvIEkgYWRkIOKAnGlvX2N0eHQtPmZkPXNrICg2NjkgbGluZSnigJ0gLgo+Cj4gSWYg
eW91IGxldCBtZSBrbm93IGhvdyB0byBjb21taXQgbXkgY29kZSBvbiBDVlMsIEkgd291bGQgZG8u
CgpUaGFua3MgZm9yIGZpbmRpbmcgYW5kIHJlcG9ydGluZyB0aGlzISBUaGUgZml4IGlzIG5vdyBp
biB0aGUgQ1ZTLgoKSm9oYW4KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQpDaGVjayBvdXQgdGhlIG5ldyBTb3Vy
Y2VGb3JnZS5uZXQgTWFya2V0cGxhY2UuCkl0J3MgdGhlIGJlc3QgcGxhY2UgdG8gYnV5IG9yIHNl
bGwgc2VydmljZXMgZm9yCmp1c3QgYWJvdXQgYW55dGhpbmcgT3BlbiBTb3VyY2UuCmh0dHA6Ly9z
b3VyY2Vmb3JnZS5uZXQvc2VydmljZXMvYnV5L2luZGV4LnBocApfX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fXwpCbHVlei1kZXZlbCBtYWlsaW5nIGxpc3QKQmx1
ZXotZGV2ZWxAbGlzdHMuc291cmNlZm9yZ2UubmV0Cmh0dHBzOi8vbGlzdHMuc291cmNlZm9yZ2Uu
bmV0L2xpc3RzL2xpc3RpbmZvL2JsdWV6LWRldmVsCg==

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bluez-devel] AVRCP usage
  2008-06-10  2:51 ` Johan Hedberg
@ 2008-08-03  9:05   ` Paula Stanciu
  0 siblings, 0 replies; 3+ messages in thread
From: Paula Stanciu @ 2008-08-03  9:05 UTC (permalink / raw)
  To: BlueZ development

Hello, 
I'm working on an application that needs to read the keys pressed on a
bluetooth headset. Is there any documentation that may help me with
this?
I also tried to make then run with bluez-utils (audio service is enabled
and working) but I don't know where to configure the keys or how to make
then work.
Any help will be much appreciated.

Paula Stanciu


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-03  9:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-10  1:52 [Bluez-devel] FW: BlueZ 3.32 HSP SCO Bug Report & Solution 박찬열
2008-06-10  2:51 ` Johan Hedberg
2008-08-03  9:05   ` [Bluez-devel] AVRCP usage Paula Stanciu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox