![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_cgms_conn_handle_assign | ( | struct ble_cgms * | cgms, |
| uint16_t | conn_handle ) |
#include <ble_cgms.h>
Assign a connection handle to a CGM Service instance.
| [in] | cgms | Instance of the CGM Service. |
| [in] | conn_handle | Connection Handle to use for this instance of the CGM Service. |
| NRF_SUCCESS | If the connection handle was successfully stored in the CGM Service instance. |
| NRF_ERROR_NULL | If any of the input parameters are NULL. |