Lines Matching defs:bt_conn_cb
1618 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,
1787 void (*le_data_len_updated)(struct bt_conn *conn,
1798 void (*cte_report_cb)(struct bt_conn *conn,
1814 void (*tx_power_report)(struct bt_conn *conn,
1828 void (*path_loss_threshold_report)(struct bt_conn *conn,
1843 void (*subrate_changed)(struct bt_conn *conn,
1856 void (*le_cs_remote_capabilities_available)(struct bt_conn *conn,
1867 void (*le_cs_remote_fae_table_available)(struct bt_conn *conn,
1878 void (*le_cs_config_created)(struct bt_conn *conn, struct bt_conn_le_cs_config *config);
1888 void (*le_cs_config_removed)(struct bt_conn *conn, uint8_t config_id);
1898 void (*le_cs_subevent_data_available)(struct bt_conn *conn,
1908 void (*le_cs_security_enabled)(struct bt_conn *conn);
1936 int bt_conn_cb_register(struct bt_conn_cb *cb); argument