summaryrefslogtreecommitdiff
path: root/subsys/bluetooth/host/l2cap_br.c
diff options
context:
space:
mode:
Diffstat (limited to 'subsys/bluetooth/host/l2cap_br.c')
-rw-r--r--subsys/bluetooth/host/l2cap_br.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/subsys/bluetooth/host/l2cap_br.c b/subsys/bluetooth/host/l2cap_br.c
index 0f89d17d4..f2111de7c 100644
--- a/subsys/bluetooth/host/l2cap_br.c
+++ b/subsys/bluetooth/host/l2cap_br.c
@@ -89,7 +89,7 @@ struct bt_l2cap_br {
struct bt_l2cap_br_chan chan;
u8_t info_ident;
u8_t info_fixed_chan;
- u32_t info_feat_mask;
+ u32_t info_feat_mask;
};
static struct bt_l2cap_br bt_l2cap_br_pool[CONFIG_BLUETOOTH_MAX_CONN];
@@ -893,7 +893,7 @@ static void l2cap_br_send_reject(struct bt_conn *conn, u8_t ident,
}
static u16_t l2cap_br_conf_opt_mtu(struct bt_l2cap_chan *chan,
- struct net_buf *buf, size_t len)
+ struct net_buf *buf, size_t len)
{
u16_t mtu, result = BT_L2CAP_CONF_SUCCESS;