Datasheet

Output: The device name if the command is executed in read mode
AT+GAPDELBONDS
Deletes and bonding information stored on the Bluefruit LE module.
Codebase Revision: 0.3.0
Parameters: None
Output: None
AT+GAPINTERVALS
Gets or sets the various advertising and connection intervals for the Bluefruit LE module.
Be extremely careful with this command since it can be easy to cause problems changing the
intervals, and depending on the values selected some mobile devices may no longer
recognize the module or refuse to connect to it.
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.
# 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
AT+GAPDELBONDS
OK
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-bluefruit-le Page 164 of 238