Datasheet
AT+GAPSTARTADV
Causes the Bluefruit LE module to start transmitting advertising packets if this isn't already
the case (assuming we aren't already connected to an external device).
Codebase Revision: 0.3.0
Parameters: None
Output: None
Updating the GAP intervals will persist the new values to non-volatile memory, and
the updated values 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 GAP intervals
AT+GAPINTERVALS
20,100,100,30
# Update all values
AT+GAPINTERVALS=20,200,200,30
OK
# Update only the advertising interval
AT+GAPINTERVALS=,,150,
OK
# Command results when advertising data is not being sent
AT+GAPSTARTADV
OK
# Command results when we are already advertising
AT+GAPSTARTADV
ERROR
# Command results when we are connected to another device
AT+GAPSTARTADV
ERROR
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-bluefruit-le Page 166 of 238










