Lines Matching defs:conn
112 static void mtu_exchange_cb(struct bt_conn *conn, uint8_t err, in mtu_exchange_cb()
121 static int mtu_exchange(struct bt_conn *conn) in mtu_exchange()
143 static void connected(struct bt_conn *conn, uint8_t reason) in connected()
181 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected()
198 static bool le_param_req(struct bt_conn *conn, struct bt_le_conn_param *param) in le_param_req()
211 static void le_param_updated(struct bt_conn *conn, uint16_t interval, in le_param_updated()
223 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed()
240 static void le_phy_updated(struct bt_conn *conn, in le_phy_updated()
253 static void le_data_len_updated(struct bt_conn *conn, in le_data_len_updated()
285 static void remote_info(struct bt_conn *conn, void *data) in remote_info()
306 static void disconnect(struct bt_conn *conn, void *data) in disconnect()