Re: UUID in plist
Re: UUID in plist
- Subject: Re: UUID in plist
- From: "Dr. Victor Kulesh" <email@hidden>
- Date: Wed, 23 Jul 2003 17:52:16 -0400
Hi everyone,
I have modified the included plist as shown below hoping to connect to
the RFCOMM server from my phone.
However, the server on the mac does not accept the connection - i never
drop into the newRFCOMMChannelOpened()
function. Any idea what I am doing wrong?
Many thinks.
Victor
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>0000 - ServiceRecordHandle*</key>
<integer>65540</integer>
<key>0001 - ServiceClassIDList</key>
<array>
<data>
EQE=
</data>
</array>
<key>0004 - ProtocolDescriptorList</key>
<array>
<array>
<data>
AQA=
</data>
</array>
<array>
<data>
AAM=
</data>
<integer>4</integer>
</array>
</array>
<key>0008 - Service Availability</key>
<integer>10</integer>
<key>0100 - ServiceName*</key>
<string>Serial Port</string>
<key>0101</key>
<string>Simple point to point</string>
</dict>
</plist>
On Wednesday, July 16, 2003, at 01:37 PM, Eric Brown wrote:
>
They should be the same. If you view the plist file in Property List
>
Editor application, you can see the hex values of the data elements.
_______________________________________________
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.