Wireless Communication Library Support Forum
September 08, 2010, 03:20:46 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
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
Wireless Communication Library Support Forum
>
Wireless Communication Library
>
Bluetooth Framework
>
Bluetooth Framework VCL
>
Disconnection Problem with a handsfree
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: Disconnection Problem with a handsfree (Read 2385 times)
DragonDBA
Newbie
Karma: 0
Offline
Posts: 4
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
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
Karma: 1000
Offline
Posts: 2227
Re: Disconnection Problem with a handsfree
«
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
Posts: 4
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
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
Karma: 1000
Offline
Posts: 2227
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.
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
Posts: 4
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???
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
Karma: 1000
Offline
Posts: 2227
Re: Disconnection Problem with a handsfree
«
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
Posts: 4
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
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
Karma: 1000
Offline
Posts: 2227
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.
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
Posts: 5
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.
Logged
Mike Petrichenko
Bluetooth Framework Developer
Administrator
Hero Member
Karma: 1000
Offline
Posts: 2227
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
»
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
Posts: 1
Re: Disconnection Problem with a handsfree
«
Reply #10 on:
May 06, 2010, 01:34:42 AM »
Quote from: DragonDBA 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???
HI DragonDBA,
I have same problem, please you can helme with the commands sequences to establish the connection?
Logged
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
News And Events
-----------------------------
=> Forum Rules
=> News And Events
-----------------------------
Wireless Communication Library
-----------------------------
=> Common
=> Wireless Communication Library .NET Edition
=> Wireless Communication Library MFC Edition
=> Wireless Communication Library VCL Edition
=> Wireless Communication Library COM Edition
=> FAQ
=> Bluetooth Framework
===> Current changes and fixes.
===> Bluetooth Framework VCL
===> Bluetooth Framework ActiveX
===> Documentation
-----------------------------
Software
-----------------------------
=> TextBlue
Loading...