Home
last modified time | relevance | path

Searched defs:bt_conn_cb (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1618 struct bt_conn_cb { struct
1643 void (*connected)(struct bt_conn *conn, uint8_t err);
1662 void (*disconnected)(struct bt_conn *conn, uint8_t reason);
1676 void (*recycled)(void);
1702 bool (*le_param_req)(struct bt_conn *conn,
1715 void (*le_param_updated)(struct bt_conn *conn, uint16_t interval,
1727 void (*identity_resolved)(struct bt_conn *conn,
1748 void (*security_changed)(struct bt_conn *conn, bt_security_t level,
1761 void (*remote_info_available)(struct bt_conn *conn,
1774 void (*le_phy_updated)(struct bt_conn *conn,
[all …]