Datasheet

AT+BLEGETADDR
Gets the 48-bit BLE device address.
Codebase Revision: 0.3.0
Parameters: None
Output: The 48-bit BLE device address in the following format: 'AA:BB:CC:DD:EE:FF'
AT+BLEGETPEERADDR
Gets the 48-bit address of the peer (central) device we are connected to.
Codebase Revision: 0.6.5
Parameters: None
Output: The 48-bit address of the connected central device in hex format. The command will
return ERROR if we are not connected to a central device.
AT+BLEGETRSSI
Gets the RSSI value (Received Signal Strength Indicator), which can be used to estimate the
reliability of data transmission between two devices (the lower the number the better).
AT+BLEGETADDR
E4:C6:C7:31:95:11
OK
Please note that the address returned by the central device is almost always a
random value that will change over time, and this value should generally not be
trusted. This command is provided for certain edge cases, but is not useful in most
day to day scenarios.
AT+BLEGETPEERADDR
48:B2:26:E6:C1:1D
OK
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-bluefruit-le Page 143 of 238