nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ session_state_changed

void(* bt_cgms_cb::session_state_changed) (const bool session_state)

Callback when the state of session changes.

The application may start or stop glucose measurement based on the latest state of a session.

Parameters
session_stateThe state of current session. True if session starts, False if session stops.