Wireless Communication Library Support Forum
September 08, 2010, 03:24:15 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Starting from version 6.8 WCL VCL stops support Delphi 5 and CBuilder 6
 
   Home   Help Search Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Disconnection Problem with a handsfree  (Read 2386 times)
DragonDBA
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« on: August 20, 2009, 07:32:17 PM »

Hello Everybody,

I got a problem with a Handsfree EQ, I want to connect and establish a channel connection to send audio and typical commands at
but I do not have enough time after 10 seconds the pair was disconnected  Cry

please Help me
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
*****

Karma: 1000
Offline Offline

Posts: 2227


WWW
« Reply #1 on: August 20, 2009, 07:59:58 PM »

How do you try to connect?
Logged

"If you want to make a living from software at pizza prices you're better off delivering the pizza instead"
DragonDBA
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #2 on: August 20, 2009, 10:01:38 PM »


this is the line with profile a headset

WclClient.BluetoothParams.Service = wcl.wclUUIDs.HandsfreeServiceClass_UUID

and try to connect with wcl.wclErrors.wclShowError(WclClient.Connect())

show me a message to connected and 10 sec after show a message disconnected
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
*****

Karma: 1000
Offline Offline

Posts: 2227


WWW
« Reply #3 on: August 20, 2009, 10:19:06 PM »

You can not connect to audio service (handsfree in your case) with using simple RFCOMM connection. The device waiting for SCO connection and it's waiting for specified AT commands sequence. As soon as device does not receive AT command it drops connection. You should know, that this type of connection will establish only RFCOMM (control channel) link and will not allow you to send (and receive) any audio data. You have to establish SCO link to send audio data. Unfortunatly such feature was partialy implemented in BTF and is implemented in WCL (but is not available for public usage yet). Also you should know, that it is possible with using Toshiba, BlueSoleil or WidComm drivers (each one has own limitations). It is impossible with using MS bluetooth drivers.
Logged

"If you want to make a living from software at pizza prices you're better off delivering the pizza instead"
DragonDBA
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #4 on: December 29, 2009, 12:13:01 AM »

OK

2 months ago, I got commands sequences to establish the connection with send AT commands Smiley

well, I can hold the comunication between hands free and bluetooth dongle

now How streaming audio or establish SCO connection???  Sad
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
*****

Karma: 1000
Offline Offline

Posts: 2227


WWW
« Reply #5 on: December 29, 2009, 04:40:18 AM »

Use BFBluetoothAudio and standard windows media functions.
Logged

"If you want to make a living from software at pizza prices you're better off delivering the pizza instead"
DragonDBA
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #6 on: December 29, 2009, 04:16:20 PM »


BFBluetoothAudio?Huh?

How do get it??? and any example?Huh?

 Cry please help me
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
*****

Karma: 1000
Offline Offline

Posts: 2227


WWW
« Reply #7 on: December 29, 2009, 04:40:41 PM »

Bluetooth Framework included such component. Unfortunatly Bluetooth Framework is not supported now. All I can do is just recomend to upgrade to the latest version of WCL. WCL will include audio support in first three months of year 2010.
Logged

"If you want to make a living from software at pizza prices you're better off delivering the pizza instead"
Myakka
Newbie
*

Karma: 0
Offline Offline

Posts: 5


« Reply #8 on: April 22, 2010, 07:01:55 PM »

Mike,

has this been implemented in the library now? I too have a dependency on the audio channel (SCO) for hands free. Any news would be greatly appreciated. Thank you.
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
*****

Karma: 1000
Offline Offline

Posts: 2227


WWW
« Reply #9 on: April 22, 2010, 08:07:29 PM »

WCL does not include such component and there is no timeline for it.
« Last Edit: May 06, 2010, 05:41:45 AM by Mike Petrichenko » Logged

"If you want to make a living from software at pizza prices you're better off delivering the pizza instead"
jaimelunaec
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« Reply #10 on: May 06, 2010, 01:34:42 AM »

OK

2 months ago, I got commands sequences to establish the connection with send AT commands Smiley

well, I can hold the comunication between hands free and bluetooth dongle

now How streaming audio or establish SCO connection???  Sad

HI DragonDBA,
I have same problem, please you can helme with the commands sequences to establish the connection?
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!