Author Topic: Voice Call  (Read 2572 times)

Offline novice

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Voice Call
« on: October 17, 2008, 07:35:44 AM »
Good day

Hi

Is there any fucntions/event in BTF that can tell the status of the phone.
Let say can tell if the phone is ringing , disconnected , busy.. etc....

i am trying to make a call using BTF and i want to know if it is ringing , busy... etc..


Thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Voice Call
« Reply #1 on: October 17, 2008, 09:11:07 AM »
BFClient/wclClient -> SPP/DUN/HSP -> RING/BUSY reports
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline novice

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: Voice Call
« Reply #2 on: October 29, 2008, 09:35:50 AM »
Good Day

Hi

i am trying to connect to phone using BFClient but i am having an error on opening
the error is "System Error.  Code: 10049.
The requested address is not valid in its context"

I am not sure not is the caused of the error
here is my code maybe i have a wrong procedure

intindex = 1 = index number
BFClientX L_cl = new BFClientX();
BFBluetoothDeviceX Device = GetDevice(intindex);
L_cl.Transport = BFAPITransportX.atBluetooth;
L_cl.BluetoothTransport.Device = Device;
L_cl.BluetoothTransport.Address = Device.Address;
L_cl.Open();

i also try this
address = "(xx:xx:xx:xx:xx:xx)"
L_cl.Transport = BFAPITransportX.atBluetooth;
L_cl.BluetoothTransport.Address = address;
L_cl.Open();

thanks


Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Voice Call
« Reply #3 on: October 29, 2008, 09:55:11 AM »
You should specify the service to connect to.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline novice

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: Voice Call
« Reply #4 on: October 29, 2008, 10:03:35 AM »
sorry but what do you mean service to connect?

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Voice Call
« Reply #5 on: October 29, 2008, 11:40:47 AM »
I mean the bluetooth service you want to use on target device (you want connect to).
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline novice

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: Voice Call
« Reply #6 on: November 13, 2008, 04:02:11 AM »
Hi

What Service should be used in connecting to bluetooth and send some at commands for calling and sending and receiving SMS, i am using the Dial-up Networking service in connecting to bluetooth is this ok?
what service would you suggest that i should used?

Thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Voice Call
« Reply #7 on: November 13, 2008, 09:53:20 AM »
DUN is ok for most case.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager