Re: Total Newbie Looking for Documentation on Bluetooth + T68i
For the communication mechanism used for things like call notification and the like you can refer to the Ericsson documentation: http://www.ericsson.com/mobilityworld/sub/open/devices/t68/docs/ t68_dev_guide_at_commands There are several AT commands listed there which can be used to pull all types of information from the phone to the computer (SMS, recent calls, etc.) As far as the Bluetooth side, you'll want to use a RFCOMM connection to the serial port service on the phone. The RFCOMM Client sample included in the developer documentation would be a good place to start for examples on how to open an RFCOMM channel to another device. -larson On Tuesday, November 19, 2002, at 07:15 AM, John Cleary Design wrote: Hi there, I'm totally new to this bluetooth stuff, but am working on an app i'd like to implement it for, and was wondering if you know where i'd best be looking for documentation on things such as sending SMS messages via the phone, showing incoming calls, etc. - i.e. the stuff the address book does at the moment ;) Also, is there a listing somewhere of what info in the phone can be accessed and pulled into the computer? Specifically I'm using a T68i Ericsson, Dlink Bluetooth adapter and Mac OSX 10.2.2. Thanks a lot, John Cleary -- Sent from the PowerMac G4 of John Cleary jcdesign@mac.com http://jcleary.dyndns.org Melbourne, Australia -- _______________________________________________ bluetooth-dev mailing list | bluetooth-dev@lists.apple.com 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 | bluetooth-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/bluetooth-dev Do not post admin requests to the list. They will be ignored.
participants (1)
-
Michael Larson