Technical Manual
Bluetooth Raw Serial Module Technical Specification
Apr. 4, 03 Copyright © 2003, Socket Communications, Inc. Page 12
Document#: 6410-00195 A Revision 0.7
Example:
“S019200,8N2, CTS<CR>”
6.3.4. Set Class of Device/Service field
Set Class of Device/Service field value
S1< Class of Device/Service field >
The Class of Device/Service (CoD) field is a 24 bit field defined in the Bluetooth Assigned
Numbers document. See http://www.bluetoothsig.org/assigned-numbers/baseband.htm
for
up to date information on how to compose this value. This field is sent in a HEX ASCII
format and sent most significant byte first.
Example: “S1001F00<CR>” is a common Class of Device value for a basic serial device.
6.3.5. Set Service Name
Set the service friendly name to be sent to the remote Bluetooth device in response to a
service discovery request. The length of the service name is limited to 32 bytes.
S2<Service Name>
Profile Name – Text name entered into the SDP record for the serial port profile.
Default: “Socket Serial Port”
Example:
“S3Acme Serial Port<CR>”
6.3.6. Set Sniff Parameters
Set sniff mode parameters. This command will enable Bluetooth sniff mode. Sniff mode is
described in the Bluetooth V1.1 Core Specifications for up to date information see:
http://www.bluetoothsig.org/specifications.htm
S3<Sniff_Max_Interval>,<Sniff_Min_Interval>,<Sniff_Attempt>,<Sniff_Timeout>
Example: “S3256, 100, 8, 8<CR>”
To disable sniff mode, send the command with parameters:
“S3OFF”