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
42
CONN-GUIDE-BT730_v0.9
6.3.26 AT+BTD*{Remove All Trusted Devices}
WARNING: This command is used to remove all devices from the list of trusted devices in the non-
volatile database. The software does not ask for confirmation.
WARNING: If you make an authenticated connection, the link key gets cached in the underlying stack. If
you subsequently delete the key using AT+BTD* and immediately request an authenticated
connection to the same device, then the connection will be established. To ensure this does
not happen, either send ATZ after the AT+BTD* OR send AT+BTD<bd_addr> for each item
in the trusted device database.
Response: <cr,lf>OK<cr,lf>
6.3.27 AT+BTF=<string>{Set Friendly Name}
This sets the friendly name of this device as seen by other devices.
Response: <cr,lf>OK<cr,lf>
6.3.28 AT+BTF<bd_addr>{Get Remote Friendly Name}
This command gets the remote friendly name of the specified peer.
Response: <cr,lf><bd_addr>,”Friendly Name”
<cr,lf>OK<cr,lf>
6.3.29 AT+BTG<bd_addr>{Enable Cautious Page Scanning ONLY}
Enable page scanning and wait for a connection from device with Bluetooth address <bd_addr>. If the
specified address is 000000000000 then incoming connections are accepted from any device (like
AT+BTP without an address). Inquiry Scans are disabled.
This command also has variants which allow authentication and encryption to be explicitly specified. For
example:
AT+BTGU123456789012
AT+BTGY123456789012
AT+BTGUY123456789012
AT+BTGYU123456789012
Response: <cr,lf>OK<cr,lf>
6.3.30 AT+BTG{Enable Promiscuous Page Scanning ONLY}
Enable page scanning only and wait for a connection from any device. Inquiry scans are disabled.
Authentication and encryption is as per S registers 502 and 503.
Response: <cr,lf>OK<cr,lf>
6.3.31 AT+BTGU{Enable Promiscuous Page Scanning ONLY}
Enable page scanning only and wait for a connection from any device. Inquiry scans are disabled.
Authentication is enabled and encryption is disabled.
Response: <cr,lf>OK<cr,lf>