5.3.1.5 Get Signal Strength or Query Received Signal Strength
| Firmware Version 1.0 | Firmware Version 1.2 and Later |
|---|---|
M / M,<hex16> |
|
Note: All firmware version 1.0 syntax remains valid in version 1.2 and later. | |
Use command M or QRSS to get the signal strength of the last communication with the peer device. Use the signal strength to estimate the distance between the device and its remote peer. In the case of multi-link connections, this command accepts an optional parameter to get signal strength for a connection with a particular peer device. The optional parameter expected in this scenario is the connection handle for the particular connection.
The return value of command M or QRSS is the signal strength in dBm.
| Item | Firmware Version 1.0 and Later | Description |
|---|---|---|
| Example: | M | Check the signal strength of the last communication with peer device |
M,0071 | Check the signal strength with the device with connection handle 0071 | |
| Response: | RSSI | Signal strength reading |
Err | Not connected |
| Item | Firmware Version 1.2 and Later | Description |
|---|---|---|
| Example: | QRSS | Check the signal strength of the last communication with peer device |
QRSS,0071 | Check the signal strength with the device with connection handle 0071 | |
| Response: | RSSI | Signal strength reading |
Err | Not connected |
