Lines Matching defs:conn
84 static ssize_t read_active_preset_index(struct bt_conn *conn, const struct bt_gatt_attr *attr, in read_active_preset_index()
108 static ssize_t read_features(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, in read_features()
206 struct bt_conn *conn; member
282 static struct has_client *client_alloc(struct bt_conn *conn) in client_alloc()
334 static struct has_client *client_find_by_conn(struct bt_conn *conn) in client_find_by_conn()
361 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed()
394 static void disconnected(struct bt_conn *conn, uint8_t reason) in disconnected()
406 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved()
726 static void control_point_ntf_complete(struct bt_conn *conn, void *user_data) in control_point_ntf_complete()
738 static void control_point_ind_complete(struct bt_conn *conn, in control_point_ind_complete()
1159 static uint8_t handle_read_preset_req(struct bt_conn *conn, struct net_buf_simple *buf) in handle_read_preset_req()
1248 static uint8_t handle_write_preset_name(struct bt_conn *conn, struct net_buf_simple *buf) in handle_write_preset_name()
1400 static uint8_t handle_control_point_op(struct bt_conn *conn, struct net_buf_simple *buf) in handle_control_point_op()
1448 static ssize_t write_control_point(struct bt_conn *conn, const struct bt_gatt_attr *attr, in write_control_point()