Users Manual Instruction Manual
263
CATC BTTRAINER 2.11 CHAPTER
User’s Manual
SDPAddServiceRecord
SDPAddServiceRecord(FileName, RecordName, ServerChannel)
Return value
• “Success”
• “Failure”
• “Failure: Could not load file”
• “Failure: Record not found”
• “Failure: Could not set RFCOMM server channel X”
Comments
If a server channel is specified, tries to set the RFCOMM server channel. If
it succeeds, then it parses the file specified by FileName and tries to add the
record specified by RecordName.
Example
status = SDPAddServiceRecord("C:\Records.sdp", "FTP Test
Record", 1);
Trace("SDPAddServiceRecord returned: ", status, "\n\n");
SDPGenericQuery
SDPGenericQuery(Address,PduID, size, data_to_send)
Parameter Meaning Default Value Comments
FileName String contain-
ing the full
path of the file
that contains
the record
RecordName String contain-
ing the name
of the service
record to be
added
ServerChannel RFCOMM
server channel
0 If you don't want to change the RFCOMM
Server ID, set this value to 0 (or leave it blank)
Parameter Meaning Default Value Comments
Address Bluetooth
address of
device to
query