Datasheet
# Connected
AT+GAPGETCONN
1
OK
# Not connected
AT+GAPGETCONN
0
OK
AT+GAPDISCONNECT
Disconnects to the external device if we are currently connected.
Codebase Revision: 0.3.0
Parameters: None
Output: None
AT+GAPDISCONNECT
OK
AT+GAPDEVNAME
Gets or sets the device name, which is included in the advertising payload for the Bluefruit LE module
Codebase Revision: 0.3.0
Parameters:
None to read the current device name
The new device name if you want to change the value
Output: The device name if the command is executed in read mode
# Read the current device name
AT+GAPDEVNAME
UART
OK
# Update the device name to 'BLEFriend'
AT+GAPDEVNAME=BLEFriend
OK
# Reset to take effect
ATZ
OK
Updating the device name will persist the new value to non-volatile memory, and the updated name will be
used when the device is reset. To reset the device to factory settings and clean the config data from memory
run the AT+FACTORYRESET command.
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-32u4-bluefruit-le Page 128 of 211










