Author Topic: Disconnection Problem with a handsfree  (Read 3601 times)

Offline DragonDBA

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Disconnection Problem with a handsfree
« 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  :'(

please Help me

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Disconnection Problem with a handsfree
« Reply #1 on: August 20, 2009, 07:59:58 PM »
How do you try to connect?
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline DragonDBA

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Disconnection Problem with a handsfree
« 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

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Disconnection Problem with a handsfree
« 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.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline DragonDBA

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Disconnection Problem with a handsfree
« 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 :)

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

now How streaming audio or establish SCO connection???  :(

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Disconnection Problem with a handsfree
« Reply #5 on: December 29, 2009, 04:40:18 AM »
Use BFBluetoothAudio and standard windows media functions.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline DragonDBA

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Disconnection Problem with a handsfree
« Reply #6 on: December 29, 2009, 04:16:20 PM »

BFBluetoothAudio????

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

 :'( please help me

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Disconnection Problem with a handsfree
« 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.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline Myakka

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Disconnection Problem with a handsfree
« 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.

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Disconnection Problem with a handsfree
« 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 »
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline jaimelunaec

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: Disconnection Problem with a handsfree
« 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 :)

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

now How streaming audio or establish SCO connection???  :(

HI DragonDBA,
I have same problem, please you can helme with the commands sequences to establish the connection?