User's Manual
Class 1 Bluetooth v2.0 Module
User’s Guide
Americas: +1-800-492-2320 Option 2
Europe: +44-1628-858-940
Hong Kong: +852-2923-0610
www.lairdtech.com/bluetooth
44
CONN-GUIDE-BT730_v0.9
<cr,lf>OK<cr,lf>
6.3.37 AT+BTIN<devclass>{Inquire}
As per AT+BTI but the response includes the device class code and friendly name for all inquiry
responses. Please refer to the ‘ERROR ESPONSE’ note in the description for AT+BTI<devclass>. The
friendly name strings are in UTF-8 format as per the Bluetooth specification.
Response: <cr,lf>12346789012,123456,"TDK SYSTEMS AT DONGLE 1"
<cr,lf>12345678914,123456, “TDK SYSTEMS RS232"
<cr,lf>OK<cr,lf>
Note: Many releases of firmware return the product name as LAIRD TECHNOLOGIES, e.g.
Response: <cr,lf>12346789012,123456,"TDK SYSTEMS AT DONGLE 1"
<cr,lf>12345678914,123456, "TDK SYSTEMS RS232"
<cr,lf>OK<cr,lf>
Note: We strongly recommend that any software implementation that uses this command
should check for any of Laird, EZURIO, and TDK SYSTEMS to ensure backward and
forward compatibility.
6.3.38 AT+BTK=<string>{Set Passkey}
This command is used to provide a passkey when PIN? 12345678 indications are received
asynchronously. If a pairing is not in progress then the pin is written to non-volatile memory for future use.
Specifying an empty string deletes the key from the non-volatile memory.
The string length must be in the range 0 to 8, otherwise an error is returned.
Response: <cr,lf>OK<cr,lf>
6.3.39 AT+BTM<bd_addr>{Set Incoming Peer Address}
This command is used to store a peer address for incoming connections in non-volatile memory. A value
of 000000000000 has the special meaning of invalid peer address.
When S register 512 = 3, 4, 6, or 7 it waits for an incoming connection from the peer address specified. If
the peer address is not 000000000000, then it waits for a connection from the specified master, otherwise
it connects to anyone.
Response: <cr,lf>OK<cr,lf>
6.3.40 AT+BTM{Delete Incoming Peer Address}
This command is used to delete the peer address previously stored using AT+BTR<bd_addr>.
Response: <cr,lf>OK<cr,lf>
6.3.41 AT+BTM?{Read Incoming Peer Address}
This command is used to display the peer address stored in non-volatile memory, used to put the module
in pure cable replacement mode.