bt_mesh_conn_cb is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
void (*)(struct bt_mesh_conn *conn, uint8_t err)
A new connection has been established. This callback notifies the application of a new connection. In case the err parameter is non-zero it means that the connection establishment failed.
void (*)(struct bt_mesh_conn *conn, uint8_t reason)
A connection has been disconnected. This callback notifies the application that a connection has been disconnected.

References

from examples