#include <ble_conn_state.h>
Connection handle statuses.
| Enumerator |
|---|
| BLE_CONN_STATUS_INVALID | The connection handle is invalid.
|
| BLE_CONN_STATUS_DISCONNECTED | The connection handle refers to a connection that has been disconnected, but not yet invalidated.
|
| BLE_CONN_STATUS_CONNECTED | The connection handle refers to an active connection.
|