Bluetooth: OTS: Make L2CAP channel recv callback static
Make the OTS module L2CAP channel recv callback a static function. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
9f989a0b00
commit
921644c5a6
|
@ -105,7 +105,7 @@ static void l2cap_sent(struct bt_l2cap_chan *chan)
|
|||
}
|
||||
}
|
||||
|
||||
int l2cap_recv(struct bt_l2cap_chan *chan, struct net_buf *buf)
|
||||
static int l2cap_recv(struct bt_l2cap_chan *chan, struct net_buf *buf)
|
||||
{
|
||||
struct bt_gatt_ots_l2cap *l2cap_ctx;
|
||||
|
||||
|
|
Loading…
Reference in New Issue