Re: RFCOMM channel events
Re: RFCOMM channel events
- Subject: Re: RFCOMM channel events
- From: "Dr. Victor Kulesh" <email@hidden>
- Date: Fri, 25 Jul 2003 10:21:58 -0400
How come you have them and I don't?
Oh, right you are the one writing them :) !
Thanks as usual.
I have figured our now how to connect to my AG from the Mac, but the
problem that is over my head at the moment how do I transfer audio from
AG to HF ( assuming I want to use Mac as my HF)? The Handsfree profile
is talking about establishing an audio link as SCO.
so, where do I start digging? Just give me some hints please.
Regards,
Victor
On Thursday, July 24, 2003, at 05:18 PM, Bubba Giles wrote:
Hi Victor,
From IOBluetoothUserLib.h :
typedef enum IOBluetoothRFCOMMChannelEventType {
kIOBluetoothRFCOMMChannelEventTypeData
= 0x0000,
kIOBluetoothRFCOMMChannelEventTypeFlowControlChanged
= 0x0001,
kIOBluetoothRFCOMMChannelEventTypeClosed
= 0x0002,
kIOBluetoothRFCOMMChannelEventTypeOpenComplete
= 0x0003,
kIOBluetoothRFCOMMChannelEventTypeControlSignalsChanged
= 0x0004,
kIOBluetoothRFCOMMChannelEventTypeWriteComplete
=
0x0005,
kIOBluetoothRFCOMMChannelEventTypeQueueSpaceAvailable
= 0x0006,
// Obsolete Event names:
kIOBluetoothRFCOMMNewDataEvent = 0x0000,
kIOBluetoothRFCOMMFlowControlChangedEvent = 0x0001,
kIOBluetoothRFCOMMChannelTerminatedEvent = 0x0002
} IOBluetoothRFCOMMChannelEventType;
Enjoy,
jason
email@hidden
After connecting to Nokia 3650 using Handsfree Audio Gateway profile i
get the following RFCOMM channel events:
RFCOMM Event 0x017b6bf0 3
and after sending the AT command the response is
RFCOMM Event 0x017b6bf0 6
does anybody know know what eventType 3 and 6 codes mean?
Best regards,
Victor
_______________________________________________
bluetooth-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/bluetooth-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
bluetooth-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/bluetooth-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
bluetooth-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/bluetooth-dev
Do not post admin requests to the list. They will be ignored.