Commit f6e829a6 authored by Emil Gydesen's avatar Emil Gydesen Committed by Anas Nashif
Browse files

Bluetooth: ISO: Make bt_iso_remove_data_path static



Make bt_iso_remove_data_path static as it is only used by iso.c

Signed-off-by: default avatarEmil Gydesen <emil.gydesen@nordicsemi.no>
parent 6f09a696
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ void bt_iso_connected(struct bt_conn *iso)
	}
}

void bt_iso_remove_data_path(struct bt_conn *iso)
static void bt_iso_remove_data_path(struct bt_conn *iso)
{
	BT_DBG("%p", iso);

+0 −2
Original line number Diff line number Diff line
@@ -149,5 +149,3 @@ void bt_iso_chan_set_state(struct bt_iso_chan *chan, uint8_t state);

/* Process incoming data for a connection */
void bt_iso_recv(struct bt_conn *iso, struct net_buf *buf, uint8_t flags);

void bt_iso_remove_data_path(struct bt_conn *iso);