Searched defs:bt_conn_cb (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 1647 struct bt_conn_cb { struct 1672 void (*connected)(struct bt_conn *conn, uint8_t err); 1691 void (*disconnected)(struct bt_conn *conn, uint8_t reason); 1705 void (*recycled)(void); 1731 bool (*le_param_req)(struct bt_conn *conn, 1744 void (*le_param_updated)(struct bt_conn *conn, uint16_t interval, 1756 void (*identity_resolved)(struct bt_conn *conn, 1777 void (*security_changed)(struct bt_conn *conn, bt_security_t level, 1790 void (*remote_info_available)(struct bt_conn *conn, 1803 void (*le_phy_updated)(struct bt_conn *conn, [all …]
|