diff --git a/subsys/bluetooth/host/rfcomm.c b/subsys/bluetooth/host/rfcomm.c index 408ed9f595a..1122510f068 100644 --- a/subsys/bluetooth/host/rfcomm.c +++ b/subsys/bluetooth/host/rfcomm.c @@ -1007,8 +1007,9 @@ static int rfcomm_accept(struct bt_conn *conn, struct bt_l2cap_chan **chan) void bt_rfcomm_init(void) { static struct bt_l2cap_server server = { - .psm = BT_L2CAP_PSM_RFCOMM, - .accept = rfcomm_accept, + .psm = BT_L2CAP_PSM_RFCOMM, + .accept = rfcomm_accept, + .sec_level = BT_SECURITY_LOW, }; net_buf_pool_init(rfcomm_session_pool);