Skip to main content

KEEP_ALIVE BLE Endpoint

Overview

The KEEP_ALIVE BLE endpoint is used to extend the connection timeout duration between the robot and the COP.

BLE Request from Robot to COP

{
"code": "KEEP_ALIVE"
}

BLE Response from COP to Robot

The response from the COP after extending the timeout duration is shown below:

{
"code": "INFO",
"value": "OK: Keep Alive"
}